| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.vpcSecurityGroups(String... vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceProfile.Builder> |
InstanceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyInstanceProfileResponse.Builder |
ModifyInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
The instance profile that was modified.
|
default CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
The instance profile that was created.
|
default DeleteInstanceProfileResponse.Builder |
DeleteInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
The instance profile that was deleted.
|
Copyright © 2023. All rights reserved.