InstanceProfile.Builder |
InstanceProfile.Builder.availabilityZone(String availabilityZone) |
The Availability Zone where the instance profile runs.
|
static InstanceProfile.Builder |
InstanceProfile.builder() |
|
InstanceProfile.Builder |
InstanceProfile.Builder.description(String description) |
A description of the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.instanceProfileArn(String instanceProfileArn) |
The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.instanceProfileCreationTime(Instant instanceProfileCreationTime) |
The time the instance profile was created.
|
InstanceProfile.Builder |
InstanceProfile.Builder.instanceProfileName(String instanceProfileName) |
The user-friendly name for the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for the
instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.networkType(String networkType) |
Specifies the network type for the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies the accessibility options for the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.subnetGroupIdentifier(String subnetGroupIdentifier) |
The identifier of the subnet group that is associated with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.toBuilder() |
|
InstanceProfile.Builder |
InstanceProfile.Builder.vpcSecurityGroups(String... vpcSecurityGroups) |
The VPC security groups that are used with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.vpcSecurityGroups(Collection<String> vpcSecurityGroups) |
The VPC security groups that are used with the instance profile.
|