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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe 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.
 
- 
createdTimeA 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.
 
- 
descriptionA 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.
 
- 
environmentIdThe 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.
 
- 
lastUpdatedTimeA 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.
 
- 
nameThe 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.
 
- 
networkFabricTypeThe 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:
 
- 
networkFabricTypeThe 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:
 
- 
ownerAccountIdThe 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.
 
- 
stateThe 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:
 
- 
stateThe 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:
 
- 
tagsThe 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.
 
 
-