Interface UpdateServiceNetworkVpcAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateServiceNetworkVpcAssociationResponse.Builder,UpdateServiceNetworkVpcAssociationResponse>,SdkBuilder<UpdateServiceNetworkVpcAssociationResponse.Builder,UpdateServiceNetworkVpcAssociationResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- UpdateServiceNetworkVpcAssociationResponse
public static interface UpdateServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceNetworkVpcAssociationResponse.Builder,UpdateServiceNetworkVpcAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceNetworkVpcAssociationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the association.UpdateServiceNetworkVpcAssociationResponse.BuildercreatedBy(String createdBy)The account that created the association.UpdateServiceNetworkVpcAssociationResponse.Builderid(String id)The ID of the association.UpdateServiceNetworkVpcAssociationResponse.BuildersecurityGroupIds(String... securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationResponse.BuildersecurityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups.UpdateServiceNetworkVpcAssociationResponse.Builderstatus(String status)The status.UpdateServiceNetworkVpcAssociationResponse.Builderstatus(ServiceNetworkVpcAssociationStatus status)The 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
UpdateServiceNetworkVpcAssociationResponse.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.
-
createdBy
UpdateServiceNetworkVpcAssociationResponse.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
UpdateServiceNetworkVpcAssociationResponse.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.
-
securityGroupIds
UpdateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
- Parameters:
securityGroupIds- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
UpdateServiceNetworkVpcAssociationResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
- Parameters:
securityGroupIds- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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 isDELETE_IN_PROGRESS, there is no change in the status.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it while the status isDELETE_IN_PROGRESS, there is no change in the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
status
UpdateServiceNetworkVpcAssociationResponse.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 isDELETE_IN_PROGRESS, there is no change in the status.- Parameters:
status- The status. You can retry the operation if the status isDELETE_FAILED. However, if you retry it while the status isDELETE_IN_PROGRESS, there is no change in the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkVpcAssociationStatus,ServiceNetworkVpcAssociationStatus
-
-