Interface UpdateEnvironmentResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateEnvironmentResponse.Builder,,- UpdateEnvironmentResponse> - M2Response.Builder,- SdkBuilder<UpdateEnvironmentResponse.Builder,,- UpdateEnvironmentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateEnvironmentResponse
@Mutable
@NotThreadSafe
public static interface UpdateEnvironmentResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionenvironmentId(String environmentId) The unique identifier of the runtime environment that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.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- 
environmentIdThe unique identifier of the runtime environment that was updated. - Parameters:
- environmentId- The unique identifier of the runtime environment that was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-