Interface CreateEnvironmentEc2Response.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,Cloud9Response.Builder,CopyableBuilder<CreateEnvironmentEc2Response.Builder,CreateEnvironmentEc2Response>,SdkBuilder<CreateEnvironmentEc2Response.Builder,CreateEnvironmentEc2Response>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentEc2Response
public static interface CreateEnvironmentEc2Response.Builder extends Cloud9Response.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentEc2Response.Builder,CreateEnvironmentEc2Response>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentEc2Response.BuilderenvironmentId(String environmentId)The ID of the environment that was created.-
Methods inherited from interface software.amazon.awssdk.services.cloud9.model.Cloud9Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
environmentId
CreateEnvironmentEc2Response.Builder environmentId(String 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.
-
-