Interface CreateReusableDelegationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateReusableDelegationSetResponse.Builder,CreateReusableDelegationSetResponse>,Route53Response.Builder,SdkBuilder<CreateReusableDelegationSetResponse.Builder,CreateReusableDelegationSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateReusableDelegationSetResponse
public static interface CreateReusableDelegationSetResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateReusableDelegationSetResponse.Builder,CreateReusableDelegationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateReusableDelegationSetResponse.BuilderdelegationSet(Consumer<DelegationSet.Builder> delegationSet)A complex type that contains name server information.CreateReusableDelegationSetResponse.BuilderdelegationSet(DelegationSet delegationSet)A complex type that contains name server information.CreateReusableDelegationSetResponse.Builderlocation(String location)The unique URL representing the new 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
CreateReusableDelegationSetResponse.Builder delegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
- Parameters:
delegationSet- A complex type that contains name server information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationSet
default CreateReusableDelegationSetResponse.Builder delegationSet(Consumer<DelegationSet.Builder> delegationSet)
A complex type that contains name server information.
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)
-
location
CreateReusableDelegationSetResponse.Builder location(String location)
The unique URL representing the new reusable delegation set.
- Parameters:
location- The unique URL representing the new reusable delegation set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-