Interface CreateServiceEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BatchResponse.Builder,Buildable,CopyableBuilder<CreateServiceEnvironmentResponse.Builder,CreateServiceEnvironmentResponse>,SdkBuilder<CreateServiceEnvironmentResponse.Builder,CreateServiceEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateServiceEnvironmentResponse
@Mutable @NotThreadSafe public static interface CreateServiceEnvironmentResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceEnvironmentResponse.Builder,CreateServiceEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateServiceEnvironmentResponse.BuilderserviceEnvironmentArn(String serviceEnvironmentArn)The Amazon Resource Name (ARN) of the service environment.CreateServiceEnvironmentResponse.BuilderserviceEnvironmentName(String serviceEnvironmentName)The name of the service environment.-
Methods inherited from interface software.amazon.awssdk.services.batch.model.BatchResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
serviceEnvironmentName
CreateServiceEnvironmentResponse.Builder serviceEnvironmentName(String serviceEnvironmentName)
The name of the service environment.
- Parameters:
serviceEnvironmentName- The name of the service environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceEnvironmentArn
CreateServiceEnvironmentResponse.Builder serviceEnvironmentArn(String serviceEnvironmentArn)
The Amazon Resource Name (ARN) of the service environment.
- Parameters:
serviceEnvironmentArn- The Amazon Resource Name (ARN) of the service environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-