public static interface S3BucketRepository.Builder extends SdkPojo, CopyableBuilder<S3BucketRepository.Builder,S3BucketRepository>
| Modifier and Type | Method and Description |
|---|---|
default S3BucketRepository.Builder |
details(Consumer<S3RepositoryDetails.Builder> details)
An
S3RepositoryDetails object that specifies the name of an S3 bucket and a
CodeArtifacts object. |
S3BucketRepository.Builder |
details(S3RepositoryDetails details)
An
S3RepositoryDetails object that specifies the name of an S3 bucket and a
CodeArtifacts object. |
S3BucketRepository.Builder |
name(String name)
The name of the repository when the
ProviderType is S3Bucket. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketRepository.Builder name(String name)
The name of the repository when the ProviderType is S3Bucket.
name - The name of the repository when the ProviderType is S3Bucket.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.
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.default S3BucketRepository.Builder details(Consumer<S3RepositoryDetails.Builder> 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.Builder avoiding the
need to create one manually via S3RepositoryDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to details(S3RepositoryDetails).
details - a consumer that will call methods on S3RepositoryDetails.Builderdetails(S3RepositoryDetails)Copyright © 2023. All rights reserved.