CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.availabilityZone(String availabilityZone) |
The Availability Zone where the instance profile will be created.
|
static CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.builder() |
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.description(String description) |
A user-friendly description of the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.instanceProfileName(String instanceProfileName) |
A user-friendly name for the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.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.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.networkType(String networkType) |
Specifies the network type for the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) |
Specifies the accessibility options for the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.subnetGroupIdentifier(String subnetGroupIdentifier) |
A subnet group to associate with the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.tags(Collection<Tag> tags) |
One or more tags to be assigned to the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
One or more tags to be assigned to the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.tags(Tag... tags) |
One or more tags to be assigned to the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.toBuilder() |
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.vpcSecurityGroups(String... vpcSecurityGroups) |
Specifies the VPC security group names to be used with the instance profile.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.vpcSecurityGroups(Collection<String> vpcSecurityGroups) |
Specifies the VPC security group names to be used with the instance profile.
|