Interface ApplyEnvironmentManagedActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>,ElasticBeanstalkResponse.Builder,SdkBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ApplyEnvironmentManagedActionResponse
public static interface ApplyEnvironmentManagedActionResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplyEnvironmentManagedActionResponse.BuilderactionDescription(String actionDescription)A description of the managed action.ApplyEnvironmentManagedActionResponse.BuilderactionId(String actionId)The action ID of the managed action.ApplyEnvironmentManagedActionResponse.BuilderactionType(String actionType)The type of managed action.ApplyEnvironmentManagedActionResponse.BuilderactionType(ActionType actionType)The type of managed action.ApplyEnvironmentManagedActionResponse.Builderstatus(String status)The status of the managed action.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actionId
ApplyEnvironmentManagedActionResponse.Builder actionId(String actionId)
The action ID of the managed action.
- Parameters:
actionId- The action ID of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionDescription
ApplyEnvironmentManagedActionResponse.Builder actionDescription(String actionDescription)
A description of the managed action.
- Parameters:
actionDescription- A description of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
ApplyEnvironmentManagedActionResponse.Builder actionType(String actionType)
The type of managed action.
- Parameters:
actionType- The type of managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionType,ActionType
-
actionType
ApplyEnvironmentManagedActionResponse.Builder actionType(ActionType actionType)
The type of managed action.
- Parameters:
actionType- The type of managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionType,ActionType
-
status
ApplyEnvironmentManagedActionResponse.Builder status(String status)
The status of the managed action.
- Parameters:
status- The status of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-