Class DeleteArtifactOptions.Builder

  • Enclosing class:
    DeleteArtifactOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public DeleteArtifactOptions build()
        Builds a DeleteArtifactOptions.
        Returns:
        the new DeleteArtifactOptions instance
      • objectId

        public DeleteArtifactOptions.Builder objectId​(java.lang.String objectId)
        Set the objectId.
        Parameters:
        objectId - the objectId
        Returns:
        the DeleteArtifactOptions builder
      • artifactId

        public DeleteArtifactOptions.Builder artifactId​(java.lang.String artifactId)
        Set the artifactId.
        Parameters:
        artifactId - the artifactId
        Returns:
        the DeleteArtifactOptions builder
      • account

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