Interface CreateServiceNetworkResourceAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateServiceNetworkResourceAssociationResponse.Builder,
,CreateServiceNetworkResourceAssociationResponse> SdkBuilder<CreateServiceNetworkResourceAssociationResponse.Builder,
,CreateServiceNetworkResourceAssociationResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
CreateServiceNetworkResourceAssociationResponse
@Mutable
@NotThreadSafe
public static interface CreateServiceNetworkResourceAssociationResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkResourceAssociationResponse.Builder,CreateServiceNetworkResourceAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the association.The ID of the account that created the association.The ID of the association.The status of the association.The status of the association.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
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 Details
-
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
The ID of the account that created the association.
- Parameters:
createdBy
- The ID of the account that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
status
The status of the association.
- Parameters:
status
- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
CreateServiceNetworkResourceAssociationResponse.Builder status(ServiceNetworkResourceAssociationStatus status) The status of the association.
- Parameters:
status
- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-