Class CreateObjectAccessOptions.Builder

  • Enclosing class:
    CreateObjectAccessOptions

    public static class CreateObjectAccessOptions.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 CreateObjectAccessOptions build()
        Builds a CreateObjectAccessOptions.
        Returns:
        the new CreateObjectAccessOptions instance
      • catalogIdentifier

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

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

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