public static interface GetBlueprintsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetBlueprintsRequest.Builder,GetBlueprintsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintsRequest.Builder |
includeInactive(Boolean includeInactive)
A Boolean value indicating whether to include inactive results in your request.
|
GetBlueprintsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlueprintsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlueprintsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBlueprintsRequest.Builder includeInactive(Boolean includeInactive)
A Boolean value indicating whether to include inactive results in your request.
includeInactive - A Boolean value indicating whether to include inactive results in your request.GetBlueprintsRequest.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 GetBlueprints 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 GetBlueprints 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.
GetBlueprintsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBlueprintsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.