Uses of Interface
software.amazon.awssdk.services.databasemigration.model.CreateInstanceProfileRequest.Builder
Packages that use CreateInstanceProfileRequest.Builder
Package
Description
-
Uses of CreateInstanceProfileRequest.Builder in software.amazon.awssdk.services.databasemigration
Method parameters in software.amazon.awssdk.services.databasemigration with type arguments of type CreateInstanceProfileRequest.BuilderModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest) Creates the instance profile using the specified parameters.default CreateInstanceProfileResponseDatabaseMigrationClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest) Creates the instance profile using the specified parameters. -
Uses of CreateInstanceProfileRequest.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CreateInstanceProfileRequest.BuilderModifier and TypeMethodDescriptionCreateInstanceProfileRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone where the instance profile will be created.CreateInstanceProfileRequest.builder()CreateInstanceProfileRequest.Builder.description(String description) A user-friendly description of the instance profile.CreateInstanceProfileRequest.Builder.instanceProfileName(String instanceProfileName) A 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.CreateInstanceProfileRequest.Builder.networkType(String networkType) Specifies the network type for the instance profile.CreateInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateInstanceProfileRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies the accessibility options for the instance profile.CreateInstanceProfileRequest.Builder.subnetGroupIdentifier(String subnetGroupIdentifier) A subnet group to associate with the instance profile.CreateInstanceProfileRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the instance profile.CreateInstanceProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags) One or more tags to be assigned to the instance profile.One or more tags to be assigned to the instance profile.CreateInstanceProfileRequest.toBuilder()CreateInstanceProfileRequest.Builder.vpcSecurityGroups(String... vpcSecurityGroups) Specifies the VPC security group names to be used with the instance profile.CreateInstanceProfileRequest.Builder.vpcSecurityGroups(Collection<String> vpcSecurityGroups) Specifies the VPC security group names to be used with the instance profile.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CreateInstanceProfileRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateInstanceProfileRequest.Builder>CreateInstanceProfileRequest.serializableBuilderClass()