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 Summary
Modifier and TypeMethodDescriptionThe VPC origin summary ARN.createdTime
(Instant createdTime) The VPC origin summary created time.The VPC origin summary ID.lastModifiedTime
(Instant lastModifiedTime) The VPC origin summary last modified time.The VPC origin summary name.originEndpointArn
(String originEndpointArn) The VPC origin summary origin endpoint ARN.The VPC origin summary status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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.
-
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.
-