Class RepositoryAssociationRepositoryS3Bucket
- java.lang.Object
-
- com.pulumi.aws.codegurureviewer.outputs.RepositoryAssociationRepositoryS3Bucket
-
public final class RepositoryAssociationRepositoryS3Bucket extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RepositoryAssociationRepositoryS3Bucket.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bucketName()
static RepositoryAssociationRepositoryS3Bucket.Builder
builder()
static RepositoryAssociationRepositoryS3Bucket.Builder
builder(RepositoryAssociationRepositoryS3Bucket defaults)
java.lang.String
name()
-
-
-
Method Detail
-
bucketName
public java.lang.String bucketName()
- Returns:
- The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.
-
name
public java.lang.String name()
- Returns:
- The name of the third party source repository.
-
builder
public static RepositoryAssociationRepositoryS3Bucket.Builder builder()
-
builder
public static RepositoryAssociationRepositoryS3Bucket.Builder builder(RepositoryAssociationRepositoryS3Bucket defaults)
-
-