Interface ProtectConfigurationInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProtectConfigurationInformation.Builder,ProtectConfigurationInformation>, SdkBuilder<ProtectConfigurationInformation.Builder,ProtectConfigurationInformation>, SdkPojo
Enclosing class:
ProtectConfigurationInformation

public static interface ProtectConfigurationInformation.Builder extends SdkPojo, CopyableBuilder<ProtectConfigurationInformation.Builder,ProtectConfigurationInformation>
  • Method Details

    • protectConfigurationArn

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

      ProtectConfigurationInformation.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.
    • createdTimestamp

      ProtectConfigurationInformation.Builder createdTimestamp(Instant createdTimestamp)

      The time when the protect configuration was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the protect configuration was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountDefault

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

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