Interface DeleteEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteEnvironmentResponse
public static interface DeleteEnvironmentResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteEnvironmentResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the environment.DeleteEnvironmentResponse.BuilderenvironmentId(String environmentId)The unique identifier of the environment.DeleteEnvironmentResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the environment was last updated.DeleteEnvironmentResponse.Buildername(String name)The name of the environment.DeleteEnvironmentResponse.Builderstate(String state)The current state of the environment.DeleteEnvironmentResponse.Builderstate(EnvironmentState state)The current state of the environment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.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
-
arn
DeleteEnvironmentResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
- Parameters:
arn- The Amazon Resource Name (ARN) of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
DeleteEnvironmentResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
- Parameters:
environmentId- The unique identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
DeleteEnvironmentResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
- Parameters:
lastUpdatedTime- A timestamp that indicates when the environment was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeleteEnvironmentResponse.Builder name(String name)
The name of the environment.
- Parameters:
name- The name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DeleteEnvironmentResponse.Builder state(String state)
The current state of the environment.
- Parameters:
state- The current state of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentState,EnvironmentState
-
state
DeleteEnvironmentResponse.Builder state(EnvironmentState state)
The current state of the environment.
- Parameters:
state- The current state of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentState,EnvironmentState
-
-