public static interface GetKeyPairsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetKeyPairsRequest.Builder,GetKeyPairsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetKeyPairsRequest.Builder |
includeDefaultKeyPair(Boolean includeDefaultKeyPair)
A Boolean value that indicates whether to include the default key pair in the response of your request.
|
GetKeyPairsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetKeyPairsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetKeyPairsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKeyPairsRequest.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 GetKeyPairs 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 GetKeyPairs 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.
GetKeyPairsRequest.Builder includeDefaultKeyPair(Boolean includeDefaultKeyPair)
A Boolean value that indicates whether to include the default key pair in the response of your request.
includeDefaultKeyPair - A Boolean value that indicates whether to include the default key pair in the response of your
request.GetKeyPairsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetKeyPairsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.