Interface CreateEnvironmentActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnvironmentActionResponse.Builder,CreateEnvironmentActionResponse>,DataZoneResponse.Builder,SdkBuilder<CreateEnvironmentActionResponse.Builder,CreateEnvironmentActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentActionResponse
public static interface CreateEnvironmentActionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentActionResponse.Builder,CreateEnvironmentActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateEnvironmentActionResponse.Builderdescription(String description)The description of the environment action.CreateEnvironmentActionResponse.BuilderdomainId(String domainId)The ID of the domain in which the environment action is created.CreateEnvironmentActionResponse.BuilderenvironmentId(String environmentId)The ID of the environment in which the environment is created.CreateEnvironmentActionResponse.Builderid(String id)The ID of the environment action.CreateEnvironmentActionResponse.Buildername(String name)The name of the environment action.default CreateEnvironmentActionResponse.Builderparameters(Consumer<ActionParameters.Builder> parameters)The parameters of the environment action.CreateEnvironmentActionResponse.Builderparameters(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
description
CreateEnvironmentActionResponse.Builder description(String 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
CreateEnvironmentActionResponse.Builder domainId(String domainId)
The ID of the domain in which the environment action is created.
- Parameters:
domainId- The ID of the domain in which the environment action is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
CreateEnvironmentActionResponse.Builder environmentId(String environmentId)
The ID of the environment in which the environment is created.
- Parameters:
environmentId- The ID of the environment in which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateEnvironmentActionResponse.Builder id(String 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
CreateEnvironmentActionResponse.Builder name(String 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
CreateEnvironmentActionResponse.Builder parameters(ActionParameters 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 CreateEnvironmentActionResponse.Builder parameters(Consumer<ActionParameters.Builder> parameters)
The parameters of the environment action.
This is a convenience method that creates an instance of theActionParameters.Builderavoiding the need to create one manually viaActionParameters.builder().When the
Consumercompletes,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:
parameters(ActionParameters)
-
-