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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateSecurityKeyResponse.Builder
associationId(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, responseMetadata
-
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
-
-
-
-
Method Detail
-
associationId
AssociateSecurityKeyResponse.Builder associationId(String 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.
-
-