Interface DescribeEnvironmentManagedActionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEnvironmentManagedActionsResponse.Builder,DescribeEnvironmentManagedActionsResponse>,ElasticBeanstalkResponse.Builder,SdkBuilder<DescribeEnvironmentManagedActionsResponse.Builder,DescribeEnvironmentManagedActionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEnvironmentManagedActionsResponse
public static interface DescribeEnvironmentManagedActionsResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentManagedActionsResponse.Builder,DescribeEnvironmentManagedActionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEnvironmentManagedActionsResponse.BuildermanagedActions(Collection<ManagedAction> managedActions)A list of upcoming and in-progress managed actions.DescribeEnvironmentManagedActionsResponse.BuildermanagedActions(Consumer<ManagedAction.Builder>... managedActions)A list of upcoming and in-progress managed actions.DescribeEnvironmentManagedActionsResponse.BuildermanagedActions(ManagedAction... managedActions)A list of upcoming and in-progress managed actions.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
managedActions
DescribeEnvironmentManagedActionsResponse.Builder managedActions(Collection<ManagedAction> managedActions)
A list of upcoming and in-progress managed actions.
- Parameters:
managedActions- A list of upcoming and in-progress managed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedActions
DescribeEnvironmentManagedActionsResponse.Builder managedActions(ManagedAction... managedActions)
A list of upcoming and in-progress managed actions.
- Parameters:
managedActions- A list of upcoming and in-progress managed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedActions
DescribeEnvironmentManagedActionsResponse.Builder managedActions(Consumer<ManagedAction.Builder>... managedActions)
A list of upcoming and in-progress managed actions.
This is a convenience method that creates an instance of theManagedAction.Builderavoiding the need to create one manually viaManagedAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#managedActions(List.) - Parameters:
managedActions- a consumer that will call methods onManagedAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#managedActions(java.util.Collection)
-
-