public static interface GetBundlesRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<GetBundlesRequest.Builder,GetBundlesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBundlesRequest.Builder |
includeInactive(Boolean includeInactive)
A Boolean value that indicates whether to include inactive bundle results in your request.
|
GetBundlesRequest.Builder |
pageToken(String pageToken)
A token used for advancing to the next page of results from your get bundles request.
|
GetBundlesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetBundlesRequest.Builder includeInactive(Boolean includeInactive)
A Boolean value that indicates whether to include inactive bundle results in your request.
includeInactive - A Boolean value that indicates whether to include inactive bundle results in your request.GetBundlesRequest.Builder pageToken(String pageToken)
A token used for advancing to the next page of results from your get bundles request.
pageToken - A token used for advancing to the next page of results from your get bundles request.GetBundlesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.