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)
Add an optional request override configuration.
|
GetDistributionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDistributionsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDistributionsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDistributionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.