Class DeleteObjectAccessOptions.Builder

  • Enclosing class:
    DeleteObjectAccessOptions

    public static class DeleteObjectAccessOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String catalogIdentifier,
                       java.lang.String objectIdentifier,
                       java.lang.String accountIdentifier)
        Instantiates a new builder with required properties.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        objectIdentifier - the objectIdentifier
        accountIdentifier - the accountIdentifier
    • Method Detail

      • build

        public DeleteObjectAccessOptions build()
        Builds a DeleteObjectAccessOptions.
        Returns:
        the new DeleteObjectAccessOptions instance
      • catalogIdentifier

        public DeleteObjectAccessOptions.Builder catalogIdentifier​(java.lang.String catalogIdentifier)
        Set the catalogIdentifier.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        Returns:
        the DeleteObjectAccessOptions builder
      • objectIdentifier

        public DeleteObjectAccessOptions.Builder objectIdentifier​(java.lang.String objectIdentifier)
        Set the objectIdentifier.
        Parameters:
        objectIdentifier - the objectIdentifier
        Returns:
        the DeleteObjectAccessOptions builder
      • accountIdentifier

        public DeleteObjectAccessOptions.Builder accountIdentifier​(java.lang.String accountIdentifier)
        Set the accountIdentifier.
        Parameters:
        accountIdentifier - the accountIdentifier
        Returns:
        the DeleteObjectAccessOptions builder