public static interface SecurityConfiguration.Builder extends SdkPojo, CopyableBuilder<SecurityConfiguration.Builder,SecurityConfiguration>
Modifier and Type | Method and Description |
---|---|
SecurityConfiguration.Builder |
createdTimeStamp(Instant createdTimeStamp)
The time at which this security configuration was created.
|
default SecurityConfiguration.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration associated with this security configuration.
|
SecurityConfiguration.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration associated with this security configuration.
|
SecurityConfiguration.Builder |
name(String name)
The name of the security configuration.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SecurityConfiguration.Builder name(String name)
The name of the security configuration.
name
- The name of the security configuration.SecurityConfiguration.Builder createdTimeStamp(Instant createdTimeStamp)
The time at which this security configuration was created.
createdTimeStamp
- The time at which this security configuration was created.SecurityConfiguration.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration associated with this security configuration.
encryptionConfiguration
- The encryption configuration associated with this security configuration.default SecurityConfiguration.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration associated with this security configuration.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builder
avoiding
the need to create one manually via EncryptionConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration)
.
encryptionConfiguration
- a consumer that will call methods on EncryptionConfiguration.Builder
encryptionConfiguration(EncryptionConfiguration)
Copyright © 2022. All rights reserved.