Interface AssociateSecurityKeyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<AssociateSecurityKeyResponse.Builder,,AssociateSecurityKeyResponse> SdkBuilder<AssociateSecurityKeyResponse.Builder,,AssociateSecurityKeyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateSecurityKeyResponse
public static interface AssociateSecurityKeyResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<AssociateSecurityKeyResponse.Builder,AssociateSecurityKeyResponse> 
- 
Method Summary
Modifier 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.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
associationId
The 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.
 
 
 -