Interface S3BucketRepository.Builder

    • Method Detail

      • name

        S3BucketRepository.Builder name​(String name)

        The name of the repository when the ProviderType is S3Bucket.

        Parameters:
        name - The name of the repository when the ProviderType is S3Bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        S3BucketRepository.Builder details​(S3RepositoryDetails details)

        An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.

        Parameters:
        details - An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.