public static interface GetReusableDelegationSetResponse.Builder extends Route53Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.