Interface GetReusableDelegationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetReusableDelegationSetResponse.Builder,GetReusableDelegationSetResponse>,Route53Response.Builder,SdkBuilder<GetReusableDelegationSetResponse.Builder,GetReusableDelegationSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetReusableDelegationSetResponse
public static interface GetReusableDelegationSetResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetReusableDelegationSetResponse.Builder,GetReusableDelegationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetReusableDelegationSetResponse.BuilderdelegationSet(Consumer<DelegationSet.Builder> delegationSet)A complex type that contains information about the reusable delegation set.GetReusableDelegationSetResponse.BuilderdelegationSet(DelegationSet delegationSet)A complex type that contains information about the reusable delegation set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
delegationSet
GetReusableDelegationSetResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
- Parameters:
delegationSet- A complex type that contains information about the reusable delegation set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationSet
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.Builderavoiding the need to create one manually viaDelegationSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todelegationSet(DelegationSet).- Parameters:
delegationSet- a consumer that will call methods onDelegationSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
delegationSet(DelegationSet)
-
-