Interface CreateEnvironmentEc2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,Cloud9Response.Builder,CopyableBuilder<CreateEnvironmentEc2Response.Builder,,CreateEnvironmentEc2Response> SdkBuilder<CreateEnvironmentEc2Response.Builder,,CreateEnvironmentEc2Response> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateEnvironmentEc2Response
@Mutable
@NotThreadSafe
public static interface CreateEnvironmentEc2Response.Builder
extends Cloud9Response.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentEc2Response.Builder,CreateEnvironmentEc2Response>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentId(String environmentId) The ID of the environment that was created.Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
environmentId
The ID of the environment that was created.
- Parameters:
environmentId- The ID of the environment that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-