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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcOriginSummary.Builderarn(String arn)The VPC origin summary ARN.VpcOriginSummary.BuildercreatedTime(Instant createdTime)The VPC origin summary created time.VpcOriginSummary.Builderid(String id)The VPC origin summary ID.VpcOriginSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The VPC origin summary last modified time.VpcOriginSummary.Buildername(String name)The VPC origin summary name.VpcOriginSummary.BuilderoriginEndpointArn(String originEndpointArn)The VPC origin summary origin endpoint ARN.VpcOriginSummary.Builderstatus(String status)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 Detail
-
id
VpcOriginSummary.Builder id(String 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
VpcOriginSummary.Builder name(String 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
VpcOriginSummary.Builder status(String 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
VpcOriginSummary.Builder arn(String 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
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.
-
-