public static class AwsS3Details.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwsS3Details |
build() |
AwsS3Details.Builder |
copy(AwsS3Details model) |
AwsS3Details.Builder |
name(String name)
S3 bucket name.
|
AwsS3Details.Builder |
region(String region)
AWS region code where the S3 bucket is located.
|
public AwsS3Details.Builder name(String name)
S3 bucket name.
name
- the value to setpublic AwsS3Details.Builder region(String region)
AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
region
- the value to setpublic AwsS3Details build()
public AwsS3Details.Builder copy(AwsS3Details model)
Copyright © 2016–2023. All rights reserved.