Interface ArtifactDetail.Builder

    • Method Detail

      • name

        ArtifactDetail.Builder name​(String name)

        The artifact object name for the action execution.

        Parameters:
        name - The artifact object name for the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3location

        ArtifactDetail.Builder s3location​(S3Location s3location)

        The Amazon S3 artifact location for the action execution.

        Parameters:
        s3location - The Amazon S3 artifact location for the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.