Interface UpdateEnvironmentActionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateEnvironmentActionResponse.Builder,
,UpdateEnvironmentActionResponse> DataZoneResponse.Builder
,SdkBuilder<UpdateEnvironmentActionResponse.Builder,
,UpdateEnvironmentActionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateEnvironmentActionResponse
@Mutable
@NotThreadSafe
public static interface UpdateEnvironmentActionResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentActionResponse.Builder,UpdateEnvironmentActionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the environment action.The domain ID of the environment action.environmentId
(String environmentId) The environment ID of the environment action.The ID of the environment action.The name of the environment action.parameters
(Consumer<ActionParameters.Builder> parameters) The parameters of the environment action.parameters
(ActionParameters parameters) The parameters of the environment action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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 Details
-
description
The description of the environment action.
- Parameters:
description
- The description of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The domain ID of the environment action.
- Parameters:
domainId
- The domain ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The environment ID of the environment action.
- Parameters:
environmentId
- The environment ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the environment action.
- Parameters:
id
- The ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the environment action.
- Parameters:
name
- The name of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters of the environment action.
- Parameters:
parameters
- The parameters of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
default UpdateEnvironmentActionResponse.Builder parameters(Consumer<ActionParameters.Builder> parameters) The parameters of the environment action.
This is a convenience method that creates an instance of theActionParameters.Builder
avoiding the need to create one manually viaActionParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(ActionParameters)
.- Parameters:
parameters
- a consumer that will call methods onActionParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-