Interface DescribeApplicationAssociationsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeApplicationAssociationsRequest.Builder,,DescribeApplicationAssociationsRequest> SdkBuilder<DescribeApplicationAssociationsRequest.Builder,,DescribeApplicationAssociationsRequest> SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
 DescribeApplicationAssociationsRequest
public static interface DescribeApplicationAssociationsRequest.Builder
extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationAssociationsRequest.Builder,DescribeApplicationAssociationsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the specified application.associatedResourceTypes(Collection<ApplicationAssociatedResourceType> associatedResourceTypes) The resource type of the associated resources.associatedResourceTypes(ApplicationAssociatedResourceType... associatedResourceTypes) The resource type of the associated resources.associatedResourceTypesWithStrings(String... associatedResourceTypes) The resource type of the associated resources.associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes) The resource type of the associated resources.maxResults(Integer maxResults) The maximum number of associations to return.If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build 
- 
Method Details
- 
maxResults
The maximum number of associations to return.
- Parameters:
 maxResults- The maximum number of associations to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
 nextToken- If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationId
The identifier of the specified application.
- Parameters:
 applicationId- The identifier of the specified application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associatedResourceTypesWithStrings
DescribeApplicationAssociationsRequest.Builder associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes) The resource type of the associated resources.
- Parameters:
 associatedResourceTypes- The resource type of the associated resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associatedResourceTypesWithStrings
DescribeApplicationAssociationsRequest.Builder associatedResourceTypesWithStrings(String... associatedResourceTypes) The resource type of the associated resources.
- Parameters:
 associatedResourceTypes- The resource type of the associated resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associatedResourceTypes
DescribeApplicationAssociationsRequest.Builder associatedResourceTypes(Collection<ApplicationAssociatedResourceType> associatedResourceTypes) The resource type of the associated resources.
- Parameters:
 associatedResourceTypes- The resource type of the associated resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associatedResourceTypes
DescribeApplicationAssociationsRequest.Builder associatedResourceTypes(ApplicationAssociatedResourceType... associatedResourceTypes) The resource type of the associated resources.
- Parameters:
 associatedResourceTypes- The resource type of the associated resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeApplicationAssociationsRequest.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
DescribeApplicationAssociationsRequest.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.
 
 
 -