public static interface DescribeApplicationFleetAssociationsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationFleetAssociationsRequest.Builder,DescribeApplicationFleetAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationFleetAssociationsRequest.Builder |
applicationArn(String applicationArn)
The ARN of the application.
|
DescribeApplicationFleetAssociationsRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
DescribeApplicationFleetAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeApplicationFleetAssociationsRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
DescribeApplicationFleetAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeApplicationFleetAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationFleetAssociationsRequest.Builder fleetName(String fleetName)
The name of the fleet.
fleetName - The name of the fleet.DescribeApplicationFleetAssociationsRequest.Builder applicationArn(String applicationArn)
The ARN of the application.
applicationArn - The ARN of the application.DescribeApplicationFleetAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeApplicationFleetAssociationsRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.DescribeApplicationFleetAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeApplicationFleetAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.