Interface AutomaticTapeCreationPolicyInfo.Builder

    • Method Detail

      • automaticTapeCreationRules

        AutomaticTapeCreationPolicyInfo.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • automaticTapeCreationRules

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayARN

        AutomaticTapeCreationPolicyInfo.Builder gatewayARN​(String gatewayARN)
        Sets the value of the GatewayARN property for this object.
        Parameters:
        gatewayARN - The new value for the GatewayARN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.