public static interface DescribeEnvironmentManagedActionHistoryResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theManagedActionHistoryItem.Builder avoiding the
need to create one manually via
ManagedActionHistoryItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #managedActionHistoryItems(List.
managedActionHistoryItems - a consumer that will call methods on
ManagedActionHistoryItem.Builder#managedActionHistoryItems(java.util.Collection) 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 © 2022. All rights reserved.