Uses of Interface
software.amazon.awssdk.services.route53profiles.model.AssociateProfileRequest.Builder
-
Packages that use AssociateProfileRequest.Builder Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.model -
-
Uses of AssociateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles
Method parameters in software.amazon.awssdk.services.route53profiles with type arguments of type AssociateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateProfileResponse>Route53ProfilesAsyncClient. associateProfile(Consumer<AssociateProfileRequest.Builder> associateProfileRequest)Associates a Route 53 Profiles profile with a VPC.default AssociateProfileResponseRoute53ProfilesClient. associateProfile(Consumer<AssociateProfileRequest.Builder> associateProfileRequest)Associates a Route 53 Profiles profile with a VPC. -
Uses of AssociateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return AssociateProfileRequest.Builder Modifier and Type Method Description static AssociateProfileRequest.BuilderAssociateProfileRequest. builder()AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. name(String name)A name for the association.AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. profileId(String profileId)ID of the Profile.AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. resourceId(String resourceId)The ID of the VPC.AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to identify the Profile association.AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to identify the Profile association.AssociateProfileRequest.BuilderAssociateProfileRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to identify the Profile association.AssociateProfileRequest.BuilderAssociateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type AssociateProfileRequest.Builder Modifier and Type Method Description static Class<? extends AssociateProfileRequest.Builder>AssociateProfileRequest. serializableBuilderClass()
-