Interface CreateRestoreTestingPlanResponse.Builder

    • Method Detail

      • creationTime

        CreateRestoreTestingPlanResponse.Builder creationTime​(Instant creationTime)

        The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

        Parameters:
        creationTime - The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanArn

        CreateRestoreTestingPlanResponse.Builder restoreTestingPlanArn​(String restoreTestingPlanArn)

        An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.

        Parameters:
        restoreTestingPlanArn - An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • restoreTestingPlanName

        CreateRestoreTestingPlanResponse.Builder restoreTestingPlanName​(String restoreTestingPlanName)

        This unique string is the name of the restore testing plan.

        The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

        Parameters:
        restoreTestingPlanName - This unique string is the name of the restore testing plan.

        The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

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