Interface ListReusableDelegationSetsResponse.Builder

  • Method Details

    • delegationSets

      A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.

      Parameters:
      delegationSets - A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • delegationSets

      ListReusableDelegationSetsResponse.Builder delegationSets(DelegationSet... delegationSets)

      A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.

      Parameters:
      delegationSets - A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • delegationSets

      A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.

      This is a convenience method that creates an instance of the DelegationSet.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 delegationSets(List<DelegationSet>).

      Parameters:
      delegationSets - a consumer that will call methods on DelegationSet.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • marker

      For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.

      Parameters:
      marker - For the second and subsequent calls to ListReusableDelegationSets, Marker is the value that you specified for the marker parameter in the request that produced the current response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isTruncated

      A flag that indicates whether there are more reusable delegation sets to be listed.

      Parameters:
      isTruncated - A flag that indicates whether there are more reusable delegation sets to be listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextMarker

      If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker parameter.

      Parameters:
      nextMarker - If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.

      Parameters:
      maxItems - The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.