Interface CreateProtectConfigurationResponse.Builder

    • Method Detail

      • protectConfigurationArn

        CreateProtectConfigurationResponse.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

        CreateProtectConfigurationResponse.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

        CreateProtectConfigurationResponse.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

        CreateProtectConfigurationResponse.Builder deletionProtectionEnabled​(Boolean deletionProtectionEnabled)

        When set to true deletion protection is enabled. By default this is set to false.

        Parameters:
        deletionProtectionEnabled - 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.
      • tags

        CreateProtectConfigurationResponse.Builder tags​(Collection<Tag> tags)

        An array of key and value pair tags that are associated with the resource.

        Parameters:
        tags - An array of key and value pair tags that are associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateProtectConfigurationResponse.Builder tags​(Tag... tags)

        An array of key and value pair tags that are associated with the resource.

        Parameters:
        tags - An array of key and value pair tags that are associated with the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.