Interface CreateAccountAssociationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateAccountAssociationRequest.Builder,,- CreateAccountAssociationRequest> - IotManagedIntegrationsRequest.Builder,- SdkBuilder<CreateAccountAssociationRequest.Builder,,- CreateAccountAssociationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateAccountAssociationRequest
@Mutable
@NotThreadSafe
public static interface CreateAccountAssociationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountAssociationRequest.Builder,CreateAccountAssociationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) An idempotency token.connectorDestinationId(String connectorDestinationId) The identifier of the connector destination.description(String description) A description of the account association request.The name of the destination for the new account association.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A set of key/value pairs that are used to manage the account association.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clientTokenAn idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions. - Parameters:
- clientToken- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectorDestinationIdThe identifier of the connector destination. - Parameters:
- connectorDestinationId- The identifier of the connector destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the destination for the new account association. - Parameters:
- name- The name of the destination for the new account association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description of the account association request. - Parameters:
- description- A description of the account association request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA set of key/value pairs that are used to manage the account association. - Parameters:
- tags- A set of key/value pairs that are used to manage the account association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateAccountAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateAccountAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-