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.
|
copyapplyMutation, buildSecurityConfiguration.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 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.BuilderencryptionConfiguration(EncryptionConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.