Interface DeleteProtectConfigurationResponse.Builder

    • Method Detail

      • protectConfigurationArn

        DeleteProtectConfigurationResponse.Builder protectConfigurationArn​(String protectConfigurationArn)

        The Amazon Resource Name (ARN) of the protect configuration.

        Parameters:
        protectConfigurationArn - The Amazon Resource Name (ARN) of the protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protectConfigurationId

        DeleteProtectConfigurationResponse.Builder protectConfigurationId​(String protectConfigurationId)

        The unique identifier for the protect configuration.

        Parameters:
        protectConfigurationId - The unique identifier for the protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDefault

        DeleteProtectConfigurationResponse.Builder accountDefault​(Boolean accountDefault)

        This is true if the protect configuration is set as your account default protect configuration.

        Parameters:
        accountDefault - This is true if the protect configuration is set as your account default protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionProtectionEnabled

        DeleteProtectConfigurationResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.

        Parameters:
        deletionProtectionEnabled - The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.