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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #automaticTapeCreationRules(List) .automaticTapeCreationRules - a consumer that will call methods on List.Builder #automaticTapeCreationRules(List) AutomaticTapeCreationPolicyInfo.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.Copyright © 2021. All rights reserved.