public static interface InstanceProfile.Builder extends SdkPojo, CopyableBuilder<InstanceProfile.Builder,InstanceProfile>
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile.Builder |
availabilityZone(String availabilityZone)
The Availability Zone where the instance profile runs.
|
InstanceProfile.Builder |
description(String description)
A description of the instance profile.
|
InstanceProfile.Builder |
instanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.
|
InstanceProfile.Builder |
instanceProfileCreationTime(Instant instanceProfileCreationTime)
The time the instance profile was created.
|
InstanceProfile.Builder |
instanceProfileName(String instanceProfileName)
The user-friendly name for the instance profile.
|
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 |
networkType(String networkType)
Specifies the network type for the instance profile.
|
InstanceProfile.Builder |
publiclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the instance profile.
|
InstanceProfile.Builder |
subnetGroupIdentifier(String subnetGroupIdentifier)
The identifier of the subnet group that is associated with the instance profile.
|
InstanceProfile.Builder |
vpcSecurityGroups(Collection<String> vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
InstanceProfile.Builder |
vpcSecurityGroups(String... vpcSecurityGroups)
The VPC security groups that are used with the instance profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceProfile.Builder instanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.
instanceProfileArn - The Amazon Resource Name (ARN) string that uniquely identifies the instance profile.InstanceProfile.Builder availabilityZone(String availabilityZone)
The Availability Zone where the instance profile runs.
availabilityZone - The Availability Zone where the instance profile runs.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.
If you don't specify a value for the KmsKeyArn parameter, then DMS uses your default encryption
key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection parameters for
the instance profile.
If you don't specify a value for the KmsKeyArn parameter, then DMS uses your default
encryption key.
KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.
InstanceProfile.Builder publiclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the instance profile. A value of true represents an
instance profile with a public IP address. A value of false represents an instance profile with
a private IP address. The default value is true.
publiclyAccessible - Specifies the accessibility options for the instance profile. A value of true represents
an instance profile with a public IP address. A value of false represents an instance
profile with a private IP address. The default value is true.InstanceProfile.Builder networkType(String networkType)
Specifies the network type for the instance profile. A value of IPV4 represents an instance
profile with IPv4 network type and only supports IPv4 addressing. A value of IPV6 represents an
instance profile with IPv6 network type and only supports IPv6 addressing. A value of DUAL
represents an instance profile with dual network type that supports IPv4 and IPv6 addressing.
networkType - Specifies the network type for the instance profile. A value of IPV4 represents an
instance profile with IPv4 network type and only supports IPv4 addressing. A value of
IPV6 represents an instance profile with IPv6 network type and only supports IPv6
addressing. A value of DUAL represents an instance profile with dual network type that
supports IPv4 and IPv6 addressing.InstanceProfile.Builder instanceProfileName(String instanceProfileName)
The user-friendly name for the instance profile.
instanceProfileName - The user-friendly name for the instance profile.InstanceProfile.Builder description(String description)
A description of the instance profile. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
description - A description of the instance profile. Descriptions can have up to 31 characters. A description can
contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two
consecutive hyphens, and can only begin with a letter.InstanceProfile.Builder instanceProfileCreationTime(Instant instanceProfileCreationTime)
The time the instance profile was created.
instanceProfileCreationTime - The time the instance profile was created.InstanceProfile.Builder subnetGroupIdentifier(String subnetGroupIdentifier)
The identifier of the subnet group that is associated with the instance profile.
subnetGroupIdentifier - The identifier of the subnet group that is associated with the instance profile.InstanceProfile.Builder vpcSecurityGroups(Collection<String> vpcSecurityGroups)
The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.
vpcSecurityGroups - The VPC security groups that are used with the instance profile. The VPC security group must work with
the VPC containing the instance profile.InstanceProfile.Builder vpcSecurityGroups(String... vpcSecurityGroups)
The VPC security groups that are used with the instance profile. The VPC security group must work with the VPC containing the instance profile.
vpcSecurityGroups - The VPC security groups that are used with the instance profile. The VPC security group must work with
the VPC containing the instance profile.Copyright © 2023. All rights reserved.