public static interface CreateServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkVpcAssociationResponse.Builder,CreateServiceNetworkVpcAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateServiceNetworkVpcAssociationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
createdBy(String createdBy)
The account that created the association.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
id(String id)
The ID of the association.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
status(ServiceNetworkVpcAssociationStatus status)
The operation's status.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
status(String status)
The operation's status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceNetworkVpcAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.CreateServiceNetworkVpcAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.CreateServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the association.
id - The ID of the association.CreateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.CreateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.CreateServiceNetworkVpcAssociationResponse.Builder status(String status)
The operation's status.
status - The operation's status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusCreateServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The operation's status.
status - The operation's status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusCopyright © 2023. All rights reserved.