public static interface UpdateAutomaticTapeCreationPolicyRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateAutomaticTapeCreationPolicyRequest.Builder,UpdateAutomaticTapeCreationPolicyRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAutomaticTapeCreationPolicyRequest.Builder automaticTapeCreationRules(Collection<AutomaticTapeCreationRule> automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
automaticTapeCreationRules - An automatic tape creation policy consists of a list of automatic tape creation rules. The rules
determine when and how to automatically create new tapes.UpdateAutomaticTapeCreationPolicyRequest.Builder automaticTapeCreationRules(AutomaticTapeCreationRule... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
automaticTapeCreationRules - An automatic tape creation policy consists of a list of automatic tape creation rules. The rules
determine when and how to automatically create new tapes.UpdateAutomaticTapeCreationPolicyRequest.Builder automaticTapeCreationRules(Consumer<AutomaticTapeCreationRule.Builder>... automaticTapeCreationRules)
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules 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) UpdateAutomaticTapeCreationPolicyRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.UpdateAutomaticTapeCreationPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAutomaticTapeCreationPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.