CopyableBuilder<CreateComputeEnvironmentResponse.Builder,CreateComputeEnvironmentResponse>
, SdkBuilder<CreateComputeEnvironmentResponse.Builder,CreateComputeEnvironmentResponse>
public static interface CreateComputeEnvironmentResponse.Builder extends CopyableBuilder<CreateComputeEnvironmentResponse.Builder,CreateComputeEnvironmentResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateComputeEnvironmentResponse.Builder |
computeEnvironmentArn(String computeEnvironmentArn) |
The Amazon Resource Name (ARN) of the compute environment.
|
CreateComputeEnvironmentResponse.Builder |
computeEnvironmentName(String computeEnvironmentName) |
The name of the compute environment.
|
copy
apply, build
CreateComputeEnvironmentResponse.Builder computeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
computeEnvironmentName
- The name of the compute environment.CreateComputeEnvironmentResponse.Builder computeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.