Interface DescribeApplicationsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeApplicationsRequest.Builder,,DescribeApplicationsRequest> SdkBuilder<DescribeApplicationsRequest.Builder,,DescribeApplicationsRequest> SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
 DescribeApplicationsRequest
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationIds(String... applicationIds) The identifiers of one or more applications.applicationIds(Collection<String> applicationIds) The identifiers of one or more applications.computeTypeNames(Collection<Compute> computeTypeNames) The compute types supported by the applications.computeTypeNames(Compute... computeTypeNames) The compute types supported by the applications.computeTypeNamesWithStrings(String... computeTypeNames) The compute types supported by the applications.computeTypeNamesWithStrings(Collection<String> computeTypeNames) The compute types supported by the applications.licenseType(String licenseType) The license availability for the applications.licenseType(WorkSpaceApplicationLicenseType licenseType) The license availability for the applications.maxResults(Integer maxResults) The maximum number of applications to return.If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames) The operating systems supported by the applications.operatingSystemNames(OperatingSystemName... operatingSystemNames) The operating systems supported by the applications.operatingSystemNamesWithStrings(String... operatingSystemNames) The operating systems supported by the applications.operatingSystemNamesWithStrings(Collection<String> operatingSystemNames) The operating systems supported by the applications.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The owner of the applications.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build 
- 
Method Details
- 
applicationIds
The identifiers of one or more applications.
- Parameters:
 applicationIds- The identifiers of one or more applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationIds
The identifiers of one or more applications.
- Parameters:
 applicationIds- The identifiers of one or more applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
computeTypeNamesWithStrings
DescribeApplicationsRequest.Builder computeTypeNamesWithStrings(Collection<String> computeTypeNames) The compute types supported by the applications.
- Parameters:
 computeTypeNames- The compute types supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
computeTypeNamesWithStrings
The compute types supported by the applications.
- Parameters:
 computeTypeNames- The compute types supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
computeTypeNames
The compute types supported by the applications.
- Parameters:
 computeTypeNames- The compute types supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
computeTypeNames
The compute types supported by the applications.
- Parameters:
 computeTypeNames- The compute types supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
licenseType
The license availability for the applications.
- Parameters:
 licenseType- The license availability for the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
licenseType
The license availability for the applications.
- Parameters:
 licenseType- The license availability for the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
operatingSystemNamesWithStrings
DescribeApplicationsRequest.Builder operatingSystemNamesWithStrings(Collection<String> operatingSystemNames) The operating systems supported by the applications.
- Parameters:
 operatingSystemNames- The operating systems supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
operatingSystemNamesWithStrings
The operating systems supported by the applications.
- Parameters:
 operatingSystemNames- The operating systems supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
operatingSystemNames
DescribeApplicationsRequest.Builder operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames) The operating systems supported by the applications.
- Parameters:
 operatingSystemNames- The operating systems supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
operatingSystemNames
DescribeApplicationsRequest.Builder operatingSystemNames(OperatingSystemName... operatingSystemNames) The operating systems supported by the applications.
- Parameters:
 operatingSystemNames- The operating systems supported by the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
owner
The owner of the applications.
- Parameters:
 owner- The owner of the applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
The maximum number of applications to return.
- Parameters:
 maxResults- The maximum number of applications 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.
 
 - 
overrideConfiguration
DescribeApplicationsRequest.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
DescribeApplicationsRequest.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.
 
 
 -