public static interface OnlineStoreConfig.Builder extends SdkPojo, CopyableBuilder<OnlineStoreConfig.Builder,OnlineStoreConfig>
Modifier and Type | Method and Description |
---|---|
OnlineStoreConfig.Builder |
enableOnlineStore(Boolean enableOnlineStore)
Turn
OnlineStore off by specifying False for the EnableOnlineStore
flag. |
default OnlineStoreConfig.Builder |
securityConfig(Consumer<OnlineStoreSecurityConfig.Builder> securityConfig)
Use to specify KMS Key ID (
KMSKeyId ) for at-rest encryption of your OnlineStore . |
OnlineStoreConfig.Builder |
securityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (
KMSKeyId ) for at-rest encryption of your OnlineStore . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
OnlineStoreConfig.Builder securityConfig(OnlineStoreSecurityConfig securityConfig)
Use to specify KMS Key ID (KMSKeyId
) for at-rest encryption of your OnlineStore
.
securityConfig
- Use to specify KMS Key ID (KMSKeyId
) for at-rest encryption of your
OnlineStore
.default OnlineStoreConfig.Builder securityConfig(Consumer<OnlineStoreSecurityConfig.Builder> securityConfig)
Use to specify KMS Key ID (KMSKeyId
) for at-rest encryption of your OnlineStore
.
OnlineStoreSecurityConfig.Builder
avoiding the need to create one manually via OnlineStoreSecurityConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to securityConfig(OnlineStoreSecurityConfig)
.securityConfig
- a consumer that will call methods on OnlineStoreSecurityConfig.Builder
securityConfig(OnlineStoreSecurityConfig)
OnlineStoreConfig.Builder enableOnlineStore(Boolean enableOnlineStore)
Turn OnlineStore
off by specifying False
for the EnableOnlineStore
flag. Turn OnlineStore
on by specifying True
for the EnableOnlineStore
flag.
The default value is False
.
enableOnlineStore
- Turn OnlineStore
off by specifying False
for the
EnableOnlineStore
flag. Turn OnlineStore
on by specifying True
for the EnableOnlineStore
flag.
The default value is False
.
Copyright © 2022. All rights reserved.