public static interface ResourceSpec.Builder extends SdkPojo, CopyableBuilder<ResourceSpec.Builder,ResourceSpec>
| Modifier and Type | Method and Description |
|---|---|
ResourceSpec.Builder |
environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the environment.
|
ResourceSpec.Builder |
instanceType(AppInstanceType instanceType)
The instance type.
|
ResourceSpec.Builder |
instanceType(String instanceType)
The instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceSpec.Builder environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of the environment.
environmentArn - The Amazon Resource Name (ARN) of the environment.ResourceSpec.Builder instanceType(String instanceType)
The instance type.
instanceType - The instance type.AppInstanceType,
AppInstanceTypeResourceSpec.Builder instanceType(AppInstanceType instanceType)
The instance type.
instanceType - The instance type.AppInstanceType,
AppInstanceTypeCopyright © 2020. All rights reserved.