Interface ResolvedArtifact.Builder

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

public static interface ResolvedArtifact.Builder extends SdkPojo, CopyableBuilder<ResolvedArtifact.Builder,ResolvedArtifact>
  • Method Details

    • type

      Specifies the type of artifact.

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

      Specifies the type of artifact.

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

      ResolvedArtifact.Builder location(String location)

      The location of the artifact.

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

      ResolvedArtifact.Builder identifier(String identifier)

      The identifier of the artifact.

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