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 aNextToken
from 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods 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
NextToken
from a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken
- If you received aNextToken
from 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-