public static interface GetDistributionsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetDistributionsRequest.Builder,GetDistributionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDistributionsRequest.Builder |
distributionName(String distributionName)
The name of the distribution for which to return information.
|
GetDistributionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDistributionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDistributionsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDistributionsRequest.Builder distributionName(String distributionName)
The name of the distribution for which to return information.
Use the GetDistributions action to get a list of distribution names that you can specify.
When omitted, the response includes all of your distributions in the AWS Region where the request is made.
distributionName - The name of the distribution for which to return information.
Use the GetDistributions action to get a list of distribution names that you can specify.
When omitted, the response includes all of your distributions in the AWS Region where the request is made.
GetDistributionsRequest.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 GetDistributions 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 GetDistributions 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.
GetDistributionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDistributionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.