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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- 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.
-
connectorDestinationId
The 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.
-
name
The 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.
-
description
A 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.
-
tags
A 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.
-
overrideConfiguration
CreateAccountAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAccountAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-