public static interface Environment.Builder extends SdkPojo, CopyableBuilder<Environment.Builder,Environment>
Modifier and Type | Method and Description |
---|---|
Environment.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
Environment.Builder |
description(String description)
The description for the environment.
|
Environment.Builder |
id(String id)
The ID of the environment.
|
Environment.Builder |
name(String name)
The name of the environment.
|
Environment.Builder |
ownerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
|
Environment.Builder |
type(EnvironmentType type)
The type of environment.
|
Environment.Builder |
type(String type)
The type of environment.
|
copy
applyMutation, build
Environment.Builder id(String id)
The ID of the environment.
id
- The ID of the environment.Environment.Builder name(String name)
The name of the environment.
name
- The name of the environment.Environment.Builder description(String description)
The description for the environment.
description
- The description for the environment.Environment.Builder type(String type)
The type of environment. Valid values include the following:
ec2
: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.
ssh
: Your own server connects to the environment.
type
- The type of environment. Valid values include the following:
ec2
: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.
ssh
: Your own server connects to the environment.
EnvironmentType
,
EnvironmentType
Environment.Builder type(EnvironmentType type)
The type of environment. Valid values include the following:
ec2
: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.
ssh
: Your own server connects to the environment.
type
- The type of environment. Valid values include the following:
ec2
: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment.
ssh
: Your own server connects to the environment.
EnvironmentType
,
EnvironmentType
Environment.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn
- The Amazon Resource Name (ARN) of the environment.Environment.Builder ownerArn(String ownerArn)
The Amazon Resource Name (ARN) of the environment owner.
ownerArn
- The Amazon Resource Name (ARN) of the environment owner.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.