Interface CreateEnvironmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateEnvironmentResponse.Builder,
,CreateEnvironmentResponse> MigrationHubRefactorSpacesResponse.Builder
,SdkBuilder<CreateEnvironmentResponse.Builder,
,CreateEnvironmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateEnvironmentResponse
@Mutable
@NotThreadSafe
public static interface CreateEnvironmentResponse.Builder
extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the environment.createdTime
(Instant createdTime) A timestamp that indicates when the environment is created.description
(String description) A description of the environment.environmentId
(String environmentId) The unique identifier of the environment.lastUpdatedTime
(Instant lastUpdatedTime) A timestamp that indicates when the environment was last updated.The name of the environment.networkFabricType
(String networkFabricType) The network fabric type of the environment.networkFabricType
(NetworkFabricType networkFabricType) The network fabric type of the environment.ownerAccountId
(String ownerAccountId) The Amazon Web Services account ID of environment owner.The current state of the environment.state
(EnvironmentState state) The current state of the environment.The tags assigned to the created 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 Details
-
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.
-
createdTime
A timestamp that indicates when the environment is created.
- Parameters:
createdTime
- A timestamp that indicates when the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the environment.
- Parameters:
description
- A description of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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.
-
networkFabricType
The network fabric type of the environment.
- Parameters:
networkFabricType
- The network fabric type of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkFabricType
The network fabric type of the environment.
- Parameters:
networkFabricType
- The network fabric type of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ownerAccountId
The Amazon Web Services account ID of environment owner.
- Parameters:
ownerAccountId
- The Amazon Web Services account ID of environment owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
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:
-
tags
The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
- Parameters:
tags
- The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-