Interface CreateProtectConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateProtectConfigurationResponse.Builder,CreateProtectConfigurationResponse>, PinpointSmsVoiceV2Response.Builder, SdkBuilder<CreateProtectConfigurationResponse.Builder,CreateProtectConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateProtectConfigurationResponse

  • Method Details

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

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

      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

      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

      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

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

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: