public static interface GetBundlesRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetBundlesRequest.Builder,GetBundlesRequest>
| Modifier and Type | Method and Description |
|---|---|
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBundlesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.