CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.accountDefault(Boolean accountDefault) |
This is true if the protect configuration is set as your account default protect configuration.
|
static CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.builder() |
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The time when the protect configuration was created, in UNIX epoch
time format.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
When set to true deletion protection is enabled.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.protectConfigurationArn(String protectConfigurationArn) |
The Amazon Resource Name (ARN) of the protect configuration.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.protectConfigurationId(String protectConfigurationId) |
The unique identifier for the protect configuration.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.tags(Collection<Tag> tags) |
An array of key and value pair tags that are associated with the resource.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key and value pair tags that are associated with the resource.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.Builder.tags(Tag... tags) |
An array of key and value pair tags that are associated with the resource.
|
CreateProtectConfigurationResponse.Builder |
CreateProtectConfigurationResponse.toBuilder() |
|