Interface Artifact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Artifact.Builder,Artifact>, SdkBuilder<Artifact.Builder,Artifact>, SdkPojo
Enclosing class:
Artifact

@Mutable @NotThreadSafe public static interface Artifact.Builder extends SdkPojo, CopyableBuilder<Artifact.Builder,Artifact>
  • Method Details

    • contents

      Artifact.Builder contents(String contents)

      The content of the artifact

      Parameters:
      contents - The content of the artifact
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The file type of the artifact

      Parameters:
      type - The file type of the artifact
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The file type of the artifact

      Parameters:
      type - The file type of the artifact
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: