Interface ChangeResourceRecordSetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>, Route53Response.Builder, SdkBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ChangeResourceRecordSetsResponse

public static interface ChangeResourceRecordSetsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>
  • Method Details

    • changeInfo

      A complex type that contains information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Parameters:
      changeInfo - A complex type that contains information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeInfo

      A complex type that contains information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      This is a convenience method that creates an instance of the ChangeInfo.Builder avoiding the need to create one manually via ChangeInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to changeInfo(ChangeInfo).

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