public static interface GetReusableDelegationSetResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetReusableDelegationSetResponse.Builder,GetReusableDelegationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetReusableDelegationSetResponse.Builder |
delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that contains information about the reusable delegation set.
|
GetReusableDelegationSetResponse.Builder |
delegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetReusableDelegationSetResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
delegationSet - A complex type that contains information about the reusable delegation set.default GetReusableDelegationSetResponse.Builder delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that contains information about the reusable delegation set.
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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.