Interface ListDnsViewsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDnsViewsResponse.Builder,,ListDnsViewsResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<ListDnsViewsResponse.Builder,,ListDnsViewsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDnsViewsResponse
@Mutable
@NotThreadSafe
public static interface ListDnsViewsResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<ListDnsViewsResponse.Builder,ListDnsViewsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondnsViews(Collection<DNSViewSummary> dnsViews) An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.dnsViews(Consumer<DNSViewSummary.Builder>... dnsViews) An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.dnsViews(DNSViewSummary... dnsViews) An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.A pagination token used for large sets of results that can't be returned in a single response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
- Parameters:
nextToken- A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViews
An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.
- Parameters:
dnsViews- An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViews
An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.
- Parameters:
dnsViews- An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViews
An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.
This is a convenience method that creates an instance of theDNSViewSummary.Builderavoiding the need to create one manually viaDNSViewSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todnsViews(List<DNSViewSummary>).- Parameters:
dnsViews- a consumer that will call methods onDNSViewSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-