public static interface AutomaticTapeCreationPolicyInfo.Builder extends SdkPojo, CopyableBuilder<AutomaticTapeCreationPolicyInfo.Builder,AutomaticTapeCreationPolicyInfo>
| Modifier and Type | Method and Description |
|---|---|
AutomaticTapeCreationPolicyInfo.Builder |
automaticTapeCreationRules(AutomaticTapeCreationRule... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
AutomaticTapeCreationPolicyInfo.Builder |
automaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
AutomaticTapeCreationPolicyInfo.Builder |
automaticTapeCreationRules(Consumer<AutomaticTapeCreationRule.Builder>... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules.
|
AutomaticTapeCreationPolicyInfo.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutomaticTapeCreationPolicyInfo.Builder automaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.
automaticTapeCreationRules - An automatic tape creation policy consists of a list of automatic tape creation rules. This returns
the rules that determine when and how to automatically create new tapes.AutomaticTapeCreationPolicyInfo.Builder automaticTapeCreationRules(AutomaticTapeCreationRule... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.
automaticTapeCreationRules - An automatic tape creation policy consists of a list of automatic tape creation rules. This returns
the rules that determine when and how to automatically create new tapes.AutomaticTapeCreationPolicyInfo.Builder automaticTapeCreationRules(Consumer<AutomaticTapeCreationRule.Builder>... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.
This is a convenience method that creates an instance of theAutomaticTapeCreationRule.Builder avoiding the
need to create one manually via
AutomaticTapeCreationRule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #automaticTapeCreationRules(List.
automaticTapeCreationRules - a consumer that will call methods on
AutomaticTapeCreationRule.Builder#automaticTapeCreationRules(java.util.Collection) AutomaticTapeCreationPolicyInfo.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.Copyright © 2022. All rights reserved.