public static interface GetBundlesRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetBundlesRequest.Builder,GetBundlesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBundlesRequest.Builder |
appCategory(AppCategory appCategory)
Returns a list of bundles that are specific to Lightsail for Research.
|
GetBundlesRequest.Builder |
appCategory(String appCategory)
Returns a list of bundles that are specific to Lightsail for Research.
|
GetBundlesRequest.Builder |
includeInactive(Boolean includeInactive)
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your
request.
|
GetBundlesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBundlesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBundlesRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBundlesRequest.Builder includeInactive(Boolean includeInactive)
A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
includeInactive - A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of
your request.GetBundlesRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetBundles request. If your results are paginated, the
response will return a next page token that you can specify as the page token in a subsequent request.
pageToken - The token to advance to the next page of results from your request.
To get a page token, perform an initial GetBundles request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
GetBundlesRequest.Builder appCategory(String appCategory)
Returns a list of bundles that are specific to Lightsail for Research.
You must use this parameter to view Lightsail for Research bundles.
appCategory - Returns a list of bundles that are specific to Lightsail for Research. You must use this parameter to view Lightsail for Research bundles.
AppCategory,
AppCategoryGetBundlesRequest.Builder appCategory(AppCategory appCategory)
Returns a list of bundles that are specific to Lightsail for Research.
You must use this parameter to view Lightsail for Research bundles.
appCategory - Returns a list of bundles that are specific to Lightsail for Research. You must use this parameter to view Lightsail for Research bundles.
AppCategory,
AppCategoryGetBundlesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.