Interface ListManagedThingAccountAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedThingAccountAssociationsRequest.Builder,,ListManagedThingAccountAssociationsRequest> IotManagedIntegrationsRequest.Builder,SdkBuilder<ListManagedThingAccountAssociationsRequest.Builder,,ListManagedThingAccountAssociationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListManagedThingAccountAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListManagedThingAccountAssociationsRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedThingAccountAssociationsRequest.Builder,ListManagedThingAccountAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId(String accountAssociationId) The identifier of the account association to filter results by.managedThingId(String managedThingId) The identifier of the managed thing to list account associations for.maxResults(Integer maxResults) The maximum number of account associations to return in a single response.A token used for pagination of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
managedThingId
The identifier of the managed thing to list account associations for.
- Parameters:
managedThingId- The identifier of the managed thing to list account associations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAssociationId
ListManagedThingAccountAssociationsRequest.Builder accountAssociationId(String accountAssociationId) The identifier of the account association to filter results by. When specified, only associations with this account association ID will be returned.
- Parameters:
accountAssociationId- The identifier of the account association to filter results by. When specified, only associations with this account association ID will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of account associations to return in a single response.
- Parameters:
maxResults- The maximum number of account associations to return in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token used for pagination of results.
- Parameters:
nextToken- A token used for pagination of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedThingAccountAssociationsRequest.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
ListManagedThingAccountAssociationsRequest.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.
-