public static interface GetBlueprintsRequest.Builder extends LightsailRequest.Builder, 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 |
pageToken(String pageToken)
A token used for advancing to the next page of results from your get blueprints request.
|
GetBlueprintsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetBlueprintsRequest.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)
A token used for advancing to the next page of results from your get blueprints request.
pageToken
- A token used for advancing to the next page of results from your get blueprints request.GetBlueprintsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.