public static interface DescribeApplicationAssociationsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationAssociationsRequest.Builder,DescribeApplicationAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of associations to return.
maxResults - The maximum number of associations to return.DescribeApplicationAssociationsRequest.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.DescribeApplicationAssociationsRequest.Builder applicationId(String applicationId)
The identifier of the specified application.
applicationId - The identifier of the specified application.DescribeApplicationAssociationsRequest.Builder associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.DescribeApplicationAssociationsRequest.Builder associatedResourceTypesWithStrings(String... associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.DescribeApplicationAssociationsRequest.Builder associatedResourceTypes(Collection<ApplicationAssociatedResourceType> associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.DescribeApplicationAssociationsRequest.Builder associatedResourceTypes(ApplicationAssociatedResourceType... associatedResourceTypes)
The resource type of the associated resources.
associatedResourceTypes - The resource type of the associated resources.DescribeApplicationAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeApplicationAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.