public static interface UpdateServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceNetworkVpcAssociationResponse.Builder,UpdateServiceNetworkVpcAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceNetworkVpcAssociationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
createdBy(String createdBy)
The account that created the association.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
id(String id)
The ID of the association.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
status(ServiceNetworkVpcAssociationStatus status)
The status.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
status(String status)
The status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceNetworkVpcAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.UpdateServiceNetworkVpcAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.UpdateServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the association.
id - The ID of the association.UpdateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.UpdateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.UpdateServiceNetworkVpcAssociationResponse.Builder status(String status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusUpdateServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it
while the status is DELETE_IN_PROGRESS, there is no change in the status.
status - The status. You can retry the operation if the status is DELETE_FAILED. However, if you
retry it while the status is DELETE_IN_PROGRESS, there is no change in the status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusCopyright © 2023. All rights reserved.