Interface ListSharedDnsViewsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSharedDnsViewsResponse.Builder,,ListSharedDnsViewsResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<ListSharedDnsViewsResponse.Builder,,ListSharedDnsViewsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListSharedDnsViewsResponse
@Mutable
@NotThreadSafe
public static interface ListSharedDnsViewsResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<ListSharedDnsViewsResponse.Builder,ListSharedDnsViewsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondnsViews(Collection<SharedDNSViewSummary> dnsViews) An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.dnsViews(Consumer<SharedDNSViewSummary.Builder>... dnsViews) An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.dnsViews(SharedDNSViewSummary... dnsViews) An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.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 shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.
- Parameters:
dnsViews- An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViews
An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.
This is a convenience method that creates an instance of theSharedDNSViewSummary.Builderavoiding the need to create one manually viaSharedDNSViewSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todnsViews(List<SharedDNSViewSummary>).- Parameters:
dnsViews- a consumer that will call methods onSharedDNSViewSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-