Uses of Interface
software.amazon.awssdk.services.databasemigration.model.InstanceProfile.Builder
Packages that use InstanceProfile.Builder
-
Uses of InstanceProfile.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return InstanceProfile.BuilderModifier and TypeMethodDescriptionInstanceProfile.Builder.availabilityZone(String availabilityZone) The Availability Zone where the instance profile runs.static InstanceProfile.BuilderInstanceProfile.builder()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.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.toBuilder()InstanceProfile.Builder.vpcSecurityGroups(String... vpcSecurityGroups) The VPC security groups that are used with the instance profile.InstanceProfile.Builder.vpcSecurityGroups(Collection<String> vpcSecurityGroups) The VPC security groups that are used with the instance profile.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type InstanceProfile.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceProfile.Builder>InstanceProfile.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type InstanceProfile.BuilderModifier and TypeMethodDescriptionCreateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile) The instance profile that was created.DeleteInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile) The instance profile that was deleted.ModifyInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile) The instance profile that was modified.