Uses of Interface
software.amazon.awssdk.services.route53profiles.model.CreateProfileRequest.Builder
-
Packages that use CreateProfileRequest.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 CreateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles
Method parameters in software.amazon.awssdk.services.route53profiles with type arguments of type CreateProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>Route53ProfilesAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates an empty Route 53 Profile.default CreateProfileResponseRoute53ProfilesClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Creates an empty Route 53 Profile. -
Uses of CreateProfileRequest.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return CreateProfileRequest.Builder Modifier and Type Method Description static CreateProfileRequest.BuilderCreateProfileRequest. builder()CreateProfileRequest.BuilderCreateProfileRequest.Builder. clientToken(String clientToken)ClientTokenis an idempotency token that ensures a call toCreateProfilecompletes only once.CreateProfileRequest.BuilderCreateProfileRequest.Builder. name(String name)A name for the Profile.CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProfileRequest.BuilderCreateProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the Route 53 Profile.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to associate with the Route 53 Profile.CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the Route 53 Profile.CreateProfileRequest.BuilderCreateProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type CreateProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateProfileRequest.Builder>CreateProfileRequest. serializableBuilderClass()
-