public static interface KeyProviderSettings.Builder extends CopyableBuilder<KeyProviderSettings.Builder,KeyProviderSettings>
| Modifier and Type | Method and Description |
|---|---|
default KeyProviderSettings.Builder |
staticKeySettings(Consumer<StaticKeySettings.Builder> staticKeySettings)
Sets the value of the StaticKeySettings property for this object.
|
KeyProviderSettings.Builder |
staticKeySettings(StaticKeySettings staticKeySettings)
Sets the value of the StaticKeySettings property for this object.
|
copyapply, buildKeyProviderSettings.Builder staticKeySettings(StaticKeySettings staticKeySettings)
staticKeySettings - The new value for the StaticKeySettings property for this object.default KeyProviderSettings.Builder staticKeySettings(Consumer<StaticKeySettings.Builder> staticKeySettings)
StaticKeySettings.Builder avoiding the need to
create one manually via StaticKeySettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to staticKeySettings(StaticKeySettings).staticKeySettings - a consumer that will call methods on StaticKeySettings.BuilderstaticKeySettings(StaticKeySettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.