Interface CreatePracticeRunConfigurationResponse.Builder

    • Method Detail

      • arn

        CreatePracticeRunConfigurationResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource that you configured the practice run for.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the resource that you configured the practice run for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreatePracticeRunConfigurationResponse.Builder name​(String name)

        The name of the resource that you configured the practice run for.

        Parameters:
        name - The name of the resource that you configured the practice run for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • practiceRunConfiguration

        CreatePracticeRunConfigurationResponse.Builder practiceRunConfiguration​(PracticeRunConfiguration practiceRunConfiguration)

        A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.

        Parameters:
        practiceRunConfiguration - A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • zonalAutoshiftStatus

        CreatePracticeRunConfigurationResponse.Builder zonalAutoshiftStatus​(String zonalAutoshiftStatus)

        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        Parameters:
        zonalAutoshiftStatus - The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ZonalAutoshiftStatus, ZonalAutoshiftStatus
      • zonalAutoshiftStatus

        CreatePracticeRunConfigurationResponse.Builder zonalAutoshiftStatus​(ZonalAutoshiftStatus zonalAutoshiftStatus)

        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        Parameters:
        zonalAutoshiftStatus - The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

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