public static interface DescribeEnvironmentManagedActionHistoryResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<DescribeEnvironmentManagedActionHistoryResponse.Builder,DescribeEnvironmentManagedActionHistoryResponse>
| Modifier and Type | Method and Description | 
|---|---|
| DescribeEnvironmentManagedActionHistoryResponse.Builder | managedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
 A list of completed and failed managed actions. | 
| DescribeEnvironmentManagedActionHistoryResponse.Builder | managedActionHistoryItems(Consumer<ManagedActionHistoryItem.Builder>... managedActionHistoryItems)
 A list of completed and failed managed actions. | 
| DescribeEnvironmentManagedActionHistoryResponse.Builder | managedActionHistoryItems(ManagedActionHistoryItem... managedActionHistoryItems)
 A list of completed and failed managed actions. | 
| DescribeEnvironmentManagedActionHistoryResponse.Builder | nextToken(String nextToken)
 A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of
 results. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeEnvironmentManagedActionHistoryResponse.Builder managedActionHistoryItems(Collection<ManagedActionHistoryItem> managedActionHistoryItems)
A list of completed and failed managed actions.
managedActionHistoryItems - A list of completed and failed managed actions.DescribeEnvironmentManagedActionHistoryResponse.Builder managedActionHistoryItems(ManagedActionHistoryItem... managedActionHistoryItems)
A list of completed and failed managed actions.
managedActionHistoryItems - A list of completed and failed managed actions.DescribeEnvironmentManagedActionHistoryResponse.Builder managedActionHistoryItems(Consumer<ManagedActionHistoryItem.Builder>... managedActionHistoryItems)
A list of completed and failed managed actions.
This is a convenience that creates an instance of theList.Builder  avoiding
 the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called
 immediately and its result is passed to #managedActionHistoryItems(List) .managedActionHistoryItems - a consumer that will call methods on List.Builder #managedActionHistoryItems(List) DescribeEnvironmentManagedActionHistoryResponse.Builder nextToken(String nextToken)
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
nextToken - A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next
        page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.