@Generated(value="software.amazon.awssdk:codegen") public final class S3BucketRepository extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BucketRepository.Builder,S3BucketRepository>
Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and a build artifacts .zip file that contains .jar or .class files.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3BucketRepository.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketRepository.Builder |
builder() |
S3RepositoryDetails |
details()
An
S3RepositoryDetails object that specifies the name of an S3 bucket and a
CodeArtifacts object. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the repository when the
ProviderType is S3Bucket. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3BucketRepository.Builder> |
serializableBuilderClass() |
S3BucketRepository.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the repository when the ProviderType is S3Bucket.
ProviderType is S3Bucket.public final 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.
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.public S3BucketRepository.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3BucketRepository.Builder,S3BucketRepository>public static S3BucketRepository.Builder builder()
public static Class<? extends S3BucketRepository.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.