Interface CreateEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentResponse
public static interface CreateEnvironmentResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the environment.CreateEnvironmentResponse.BuildercreatedTime(Instant createdTime)A timestamp that indicates when the environment is created.CreateEnvironmentResponse.Builderdescription(String description)A description of the environment.CreateEnvironmentResponse.BuilderenvironmentId(String environmentId)The unique identifier of the environment.CreateEnvironmentResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the environment was last updated.CreateEnvironmentResponse.Buildername(String name)The name of the environment.CreateEnvironmentResponse.BuildernetworkFabricType(String networkFabricType)The network fabric type of the environment.CreateEnvironmentResponse.BuildernetworkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.CreateEnvironmentResponse.BuilderownerAccountId(String ownerAccountId)The Amazon Web Services account ID of environment owner.CreateEnvironmentResponse.Builderstate(String state)The current state of the environment.CreateEnvironmentResponse.Builderstate(EnvironmentState state)The current state of the environment.CreateEnvironmentResponse.Buildertags(Map<String,String> tags)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateEnvironmentResponse.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.
-
createdTime
CreateEnvironmentResponse.Builder createdTime(Instant 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
CreateEnvironmentResponse.Builder description(String 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
CreateEnvironmentResponse.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
CreateEnvironmentResponse.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
CreateEnvironmentResponse.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.
-
networkFabricType
CreateEnvironmentResponse.Builder networkFabricType(String 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,NetworkFabricType
-
networkFabricType
CreateEnvironmentResponse.Builder networkFabricType(NetworkFabricType 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,NetworkFabricType
-
ownerAccountId
CreateEnvironmentResponse.Builder ownerAccountId(String 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
CreateEnvironmentResponse.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
CreateEnvironmentResponse.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
-
tags
CreateEnvironmentResponse.Builder tags(Map<String,String> 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.
-
-