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 SummaryModifier 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.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- 
managedThingIdThe 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.
 
- 
accountAssociationIdListManagedThingAccountAssociationsRequest.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.
 
- 
maxResultsThe 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.
 
- 
nextTokenA 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.
 
- 
overrideConfigurationListManagedThingAccountAssociationsRequest.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.
 
- 
overrideConfigurationListManagedThingAccountAssociationsRequest.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.
 
 
-