Uses of Interface
software.amazon.awssdk.services.route53resolver.model.CreateFirewallDomainListRequest.Builder
-
Packages that use CreateFirewallDomainListRequest.Builder Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.software.amazon.awssdk.services.route53resolver.model -
-
Uses of CreateFirewallDomainListRequest.Builder in software.amazon.awssdk.services.route53resolver
Method parameters in software.amazon.awssdk.services.route53resolver with type arguments of type CreateFirewallDomainListRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFirewallDomainListResponse>Route53ResolverAsyncClient. createFirewallDomainList(Consumer<CreateFirewallDomainListRequest.Builder> createFirewallDomainListRequest)Creates an empty firewall domain list for use in DNS Firewall rules.default CreateFirewallDomainListResponseRoute53ResolverClient. createFirewallDomainList(Consumer<CreateFirewallDomainListRequest.Builder> createFirewallDomainListRequest)Creates an empty firewall domain list for use in DNS Firewall rules. -
Uses of CreateFirewallDomainListRequest.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return CreateFirewallDomainListRequest.Builder Modifier and Type Method Description static CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest. builder()CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. creatorRequestId(String creatorRequestId)A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. name(String name)A name that lets you identify the domain list to manage and use it.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type CreateFirewallDomainListRequest.Builder Modifier and Type Method Description static Class<? extends CreateFirewallDomainListRequest.Builder>CreateFirewallDomainListRequest. serializableBuilderClass()
-