public static interface CreateReusableDelegationSetResponse.Builder extends Route53Response.Builder, CopyableBuilder<CreateReusableDelegationSetResponse.Builder,CreateReusableDelegationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateReusableDelegationSetResponse.Builder |
delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that contains name server information.
|
CreateReusableDelegationSetResponse.Builder |
delegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateReusableDelegationSetResponse.Builder |
location(String location)
The unique URL representing the new reusable delegation set.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateReusableDelegationSetResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
delegationSet - A complex type that contains name server information.default CreateReusableDelegationSetResponse.Builder delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that contains name server information.
This is a convenience that creates an instance of theDelegationSet.Builder avoiding the need to
create one manually via DelegationSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to delegationSet(DelegationSet).delegationSet - a consumer that will call methods on DelegationSet.BuilderdelegationSet(DelegationSet)CreateReusableDelegationSetResponse.Builder location(String location)
The unique URL representing the new reusable delegation set.
location - The unique URL representing the new reusable delegation set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.