Interface ServiceNetworkVpcAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>,SdkBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>,SdkPojo
- Enclosing class:
- ServiceNetworkVpcAssociationSummary
public static interface ServiceNetworkVpcAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
arn
ServiceNetworkVpcAssociationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ServiceNetworkVpcAssociationSummary.Builder createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the association was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
ServiceNetworkVpcAssociationSummary.Builder createdBy(String createdBy)
The account that created the association.
- Parameters:
createdBy- The account that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ServiceNetworkVpcAssociationSummary.Builder id(String id)
The ID of the association.
- Parameters:
id- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
ServiceNetworkVpcAssociationSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
- Parameters:
lastUpdatedAt- The date and time that the association was last updated, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkArn
ServiceNetworkVpcAssociationSummary.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
- Parameters:
serviceNetworkArn- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkId
ServiceNetworkVpcAssociationSummary.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
- Parameters:
serviceNetworkId- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkName
ServiceNetworkVpcAssociationSummary.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
- Parameters:
serviceNetworkName- The name of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ServiceNetworkVpcAssociationSummary.Builder status(String status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
status
ServiceNetworkVpcAssociationSummary.Builder status(ServiceNetworkVpcAssociationStatus status)
The status.
- Parameters:
status- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
vpcId
ServiceNetworkVpcAssociationSummary.Builder vpcId(String vpcId)
The ID of the VPC.
- Parameters:
vpcId- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-