public static interface DescribeApplicationsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationsRequest.Builder,DescribeApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsRequest.Builder |
applicationIds(Collection<String> applicationIds)
The identifiers of one or more applications.
|
DescribeApplicationsRequest.Builder |
applicationIds(String... applicationIds)
The identifiers of one or more applications.
|
DescribeApplicationsRequest.Builder |
computeTypeNames(Collection<Compute> computeTypeNames)
The compute types supported by the applications.
|
DescribeApplicationsRequest.Builder |
computeTypeNames(Compute... computeTypeNames)
The compute types supported by the applications.
|
DescribeApplicationsRequest.Builder |
computeTypeNamesWithStrings(Collection<String> computeTypeNames)
The compute types supported by the applications.
|
DescribeApplicationsRequest.Builder |
computeTypeNamesWithStrings(String... computeTypeNames)
The compute types supported by the applications.
|
DescribeApplicationsRequest.Builder |
licenseType(String licenseType)
The license availability for the applications.
|
DescribeApplicationsRequest.Builder |
licenseType(WorkSpaceApplicationLicenseType licenseType)
The license availability for the applications.
|
DescribeApplicationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of applications to return.
|
DescribeApplicationsRequest.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. |
DescribeApplicationsRequest.Builder |
operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames)
The operating systems supported by the applications.
|
DescribeApplicationsRequest.Builder |
operatingSystemNames(OperatingSystemName... operatingSystemNames)
The operating systems supported by the applications.
|
DescribeApplicationsRequest.Builder |
operatingSystemNamesWithStrings(Collection<String> operatingSystemNames)
The operating systems supported by the applications.
|
DescribeApplicationsRequest.Builder |
operatingSystemNamesWithStrings(String... operatingSystemNames)
The operating systems supported by the applications.
|
DescribeApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeApplicationsRequest.Builder |
owner(String owner)
The owner of the applications.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicationsRequest.Builder applicationIds(Collection<String> applicationIds)
The identifiers of one or more applications.
applicationIds - The identifiers of one or more applications.DescribeApplicationsRequest.Builder applicationIds(String... applicationIds)
The identifiers of one or more applications.
applicationIds - The identifiers of one or more applications.DescribeApplicationsRequest.Builder computeTypeNamesWithStrings(Collection<String> computeTypeNames)
The compute types supported by the applications.
computeTypeNames - The compute types supported by the applications.DescribeApplicationsRequest.Builder computeTypeNamesWithStrings(String... computeTypeNames)
The compute types supported by the applications.
computeTypeNames - The compute types supported by the applications.DescribeApplicationsRequest.Builder computeTypeNames(Collection<Compute> computeTypeNames)
The compute types supported by the applications.
computeTypeNames - The compute types supported by the applications.DescribeApplicationsRequest.Builder computeTypeNames(Compute... computeTypeNames)
The compute types supported by the applications.
computeTypeNames - The compute types supported by the applications.DescribeApplicationsRequest.Builder licenseType(String licenseType)
The license availability for the applications.
licenseType - The license availability for the applications.WorkSpaceApplicationLicenseType,
WorkSpaceApplicationLicenseTypeDescribeApplicationsRequest.Builder licenseType(WorkSpaceApplicationLicenseType licenseType)
The license availability for the applications.
licenseType - The license availability for the applications.WorkSpaceApplicationLicenseType,
WorkSpaceApplicationLicenseTypeDescribeApplicationsRequest.Builder operatingSystemNamesWithStrings(Collection<String> operatingSystemNames)
The operating systems supported by the applications.
operatingSystemNames - The operating systems supported by the applications.DescribeApplicationsRequest.Builder operatingSystemNamesWithStrings(String... operatingSystemNames)
The operating systems supported by the applications.
operatingSystemNames - The operating systems supported by the applications.DescribeApplicationsRequest.Builder operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames)
The operating systems supported by the applications.
operatingSystemNames - The operating systems supported by the applications.DescribeApplicationsRequest.Builder operatingSystemNames(OperatingSystemName... operatingSystemNames)
The operating systems supported by the applications.
operatingSystemNames - The operating systems supported by the applications.DescribeApplicationsRequest.Builder owner(String owner)
The owner of the applications.
owner - The owner of the applications.DescribeApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of applications to return.
maxResults - The maximum number of applications to return.DescribeApplicationsRequest.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.DescribeApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.