Interface AssociateInstanceStorageConfigResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectResponse.Builder,- CopyableBuilder<AssociateInstanceStorageConfigResponse.Builder,,- AssociateInstanceStorageConfigResponse> - SdkBuilder<AssociateInstanceStorageConfigResponse.Builder,,- AssociateInstanceStorageConfigResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- AssociateInstanceStorageConfigResponse
@Mutable
@NotThreadSafe
public static interface AssociateInstanceStorageConfigResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<AssociateInstanceStorageConfigResponse.Builder,AssociateInstanceStorageConfigResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionassociationId(String associationId) The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
associationIdThe existing association identifier that uniquely identifies the resource type and storage config for the given instance ID. - Parameters:
- associationId- The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-