public static interface DescribeEnvironmentManagedActionHistoryRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentManagedActionHistoryRequest.Builder,DescribeEnvironmentManagedActionHistoryRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeEnvironmentManagedActionHistoryRequest.Builder environmentId(String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.DescribeEnvironmentManagedActionHistoryRequest.Builder environmentName(String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.DescribeEnvironmentManagedActionHistoryRequest.Builder nextToken(String nextToken)
The pagination token returned by a previous request.
nextToken
- The pagination token returned by a previous request.DescribeEnvironmentManagedActionHistoryRequest.Builder maxItems(Integer maxItems)
The maximum number of items to return for a single request.
maxItems
- The maximum number of items to return for a single request.DescribeEnvironmentManagedActionHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEnvironmentManagedActionHistoryRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.