Interface VpcOriginSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VpcOriginSummary.Builder,VpcOriginSummary>, SdkBuilder<VpcOriginSummary.Builder,VpcOriginSummary>, SdkPojo
Enclosing class:
VpcOriginSummary

@Mutable @NotThreadSafe public static interface VpcOriginSummary.Builder extends SdkPojo, CopyableBuilder<VpcOriginSummary.Builder,VpcOriginSummary>
  • Method Details

    • id

      The VPC origin summary ID.

      Parameters:
      id - The VPC origin summary ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The VPC origin summary name.

      Parameters:
      name - The VPC origin summary name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The VPC origin summary status.

      Parameters:
      status - The VPC origin summary status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      VpcOriginSummary.Builder createdTime(Instant createdTime)

      The VPC origin summary created time.

      Parameters:
      createdTime - The VPC origin summary created time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      VpcOriginSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The VPC origin summary last modified time.

      Parameters:
      lastModifiedTime - The VPC origin summary last modified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The VPC origin summary ARN.

      Parameters:
      arn - The VPC origin summary ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      VpcOriginSummary.Builder accountId(String accountId)

      The account ID of the Amazon Web Services account that owns the VPC origin.

      Parameters:
      accountId - The account ID of the Amazon Web Services account that owns the VPC origin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originEndpointArn

      VpcOriginSummary.Builder originEndpointArn(String originEndpointArn)

      The VPC origin summary origin endpoint ARN.

      Parameters:
      originEndpointArn - The VPC origin summary origin endpoint ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.