Interface CreateReusableDelegationSetRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>, Route53Request.Builder, SdkBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateReusableDelegationSetRequest

public static interface CreateReusableDelegationSetRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
  • Method Details

    • callerReference

      CreateReusableDelegationSetRequest.Builder callerReference(String callerReference)

      A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.

      Parameters:
      callerReference - A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostedZoneId

      If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.

      Parameters:
      hostedZoneId - If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.