Interface CreateLandingZoneResponse.Builder

    • Method Detail

      • arn

        CreateLandingZoneResponse.Builder arn​(String arn)

        The ARN of the landing zone.

        Parameters:
        arn - The ARN of the landing zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationIdentifier

        CreateLandingZoneResponse.Builder operationIdentifier​(String operationIdentifier)

        A unique identifier assigned to a CreateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.

        Parameters:
        operationIdentifier - A unique identifier assigned to a CreateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.