Interface GetEnvironmentActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentActionResponse.Builder,GetEnvironmentActionResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentActionResponse.Builder,GetEnvironmentActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentActionResponse
public static interface GetEnvironmentActionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentActionResponse.Builder,GetEnvironmentActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetEnvironmentActionResponse.Builderdescription(String description)The description of the environment action.GetEnvironmentActionResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the environment action lives.GetEnvironmentActionResponse.BuilderenvironmentId(String environmentId)The environment ID of the environment action.GetEnvironmentActionResponse.Builderid(String id)The ID of the environment action.GetEnvironmentActionResponse.Buildername(String name)The name of the environment action.default GetEnvironmentActionResponse.Builderparameters(Consumer<ActionParameters.Builder> parameters)The parameters of the environment action.GetEnvironmentActionResponse.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
GetEnvironmentActionResponse.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
GetEnvironmentActionResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the environment action lives.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the environment action lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
GetEnvironmentActionResponse.Builder environmentId(String 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
GetEnvironmentActionResponse.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
GetEnvironmentActionResponse.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
GetEnvironmentActionResponse.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 GetEnvironmentActionResponse.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)
-
-