Class CreateBucketRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BucketCannedACLacl()The canned ACL to apply to the bucket.final StringThe canned ACL to apply to the bucket.final Stringbucket()The name of the bucket to create.final BucketNamespaceSpecifies the namespace where you want to create your general purpose bucket.final StringSpecifies the namespace where you want to create your general purpose bucket.static CreateBucketRequest.Builderbuilder()The configuration information for the bucket.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final StringAllows grantee the read, write, read ACP, and write ACP permissions on the bucket.final StringAllows grantee to list the objects in the bucket.final StringAllows grantee to read the bucket ACL.final StringAllows grantee to create new objects in the bucket.final StringAllows grantee to write the ACL for the applicable bucket.final inthashCode()final BooleanSpecifies whether you want S3 Object Lock to be enabled for the new bucket.final ObjectOwnershipReturns the value of the ObjectOwnership property for this object.final StringReturns the value of the ObjectOwnership property for this object.static Class<? extends CreateBucketRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
acl
The canned ACL to apply to the bucket.
This functionality is not supported for directory buckets.
If the service returns an enum value that is not available in the current SDK version,
aclwill returnBucketCannedACL.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaclAsString().- Returns:
- The canned ACL to apply to the bucket.
This functionality is not supported for directory buckets.
- See Also:
-
aclAsString
The canned ACL to apply to the bucket.
This functionality is not supported for directory buckets.
If the service returns an enum value that is not available in the current SDK version,
aclwill returnBucketCannedACL.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaclAsString().- Returns:
- The canned ACL to apply to the bucket.
This functionality is not supported for directory buckets.
- See Also:
-
bucket
The name of the bucket to create.
General purpose buckets - For information about bucket naming restrictions, see Bucket naming rules in the Amazon S3 User Guide.
Directory buckets - When you use this operation with a directory bucket, you must use path-style requests in the format
https://s3express-control.region-code.amazonaws.com/bucket-name. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the formatbucket-base-name--zone-id--x-s3(for example,DOC-EXAMPLE-BUCKET--usw2-az1--x-s3). For information about bucket naming restrictions, see Directory bucket naming rules in the Amazon S3 User Guide- Returns:
- The name of the bucket to create.
General purpose buckets - For information about bucket naming restrictions, see Bucket naming rules in the Amazon S3 User Guide.
Directory buckets - When you use this operation with a directory bucket, you must use path-style requests in the format
https://s3express-control.region-code.amazonaws.com/bucket-name. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the formatbucket-base-name--zone-id--x-s3(for example,DOC-EXAMPLE-BUCKET--usw2-az1--x-s3). For information about bucket naming restrictions, see Directory bucket naming rules in the Amazon S3 User Guide
-
createBucketConfiguration
The configuration information for the bucket.
- Returns:
- The configuration information for the bucket.
-
grantFullControl
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
This functionality is not supported for directory buckets.
- Returns:
- Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
This functionality is not supported for directory buckets.
-
grantRead
Allows grantee to list the objects in the bucket.
This functionality is not supported for directory buckets.
- Returns:
- Allows grantee to list the objects in the bucket.
This functionality is not supported for directory buckets.
-
grantReadACP
Allows grantee to read the bucket ACL.
This functionality is not supported for directory buckets.
- Returns:
- Allows grantee to read the bucket ACL.
This functionality is not supported for directory buckets.
-
grantWrite
Allows grantee to create new objects in the bucket.
For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.
This functionality is not supported for directory buckets.
- Returns:
- Allows grantee to create new objects in the bucket.
For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.
This functionality is not supported for directory buckets.
-
grantWriteACP
Allows grantee to write the ACL for the applicable bucket.
This functionality is not supported for directory buckets.
- Returns:
- Allows grantee to write the ACL for the applicable bucket.
This functionality is not supported for directory buckets.
-
objectLockEnabledForBucket
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
This functionality is not supported for directory buckets.
- Returns:
- Specifies whether you want S3 Object Lock to be enabled for the new bucket.
This functionality is not supported for directory buckets.
-
objectOwnership
Returns the value of the ObjectOwnership property for this object.If the service returns an enum value that is not available in the current SDK version,
objectOwnershipwill returnObjectOwnership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromobjectOwnershipAsString().- Returns:
- The value of the ObjectOwnership property for this object.
- See Also:
-
objectOwnershipAsString
Returns the value of the ObjectOwnership property for this object.If the service returns an enum value that is not available in the current SDK version,
objectOwnershipwill returnObjectOwnership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromobjectOwnershipAsString().- Returns:
- The value of the ObjectOwnership property for this object.
- See Also:
-
bucketNamespace
Specifies the namespace where you want to create your general purpose bucket. When you create a general purpose bucket, you can choose to create a bucket in the shared global namespace or you can choose to create a bucket in your account regional namespace. Your account regional namespace is a subdivision of the global namespace that only your account can create buckets in. For more information on bucket namespaces, see Namespaces for general purpose buckets.
General purpose buckets in your account regional namespace must follow a specific naming convention. These buckets consist of a bucket name prefix that you create, and a suffix that contains your 12-digit Amazon Web Services Account ID, the Amazon Web Services Region code, and ends with
-an. Bucket names must follow the formatbucket-name-prefix-accountId-region-an(for example,amzn-s3-demo-bucket-111122223333-us-west-2-an). For information about bucket naming restrictions, see Account regional namespace naming rules in the Amazon S3 User Guide.This functionality is not supported for directory buckets.
If the service returns an enum value that is not available in the current SDK version,
bucketNamespacewill returnBucketNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombucketNamespaceAsString().- Returns:
- Specifies the namespace where you want to create your general purpose bucket. When you create a general
purpose bucket, you can choose to create a bucket in the shared global namespace or you can choose to
create a bucket in your account regional namespace. Your account regional namespace is a subdivision of
the global namespace that only your account can create buckets in. For more information on bucket
namespaces, see Namespaces for
general purpose buckets.
General purpose buckets in your account regional namespace must follow a specific naming convention. These buckets consist of a bucket name prefix that you create, and a suffix that contains your 12-digit Amazon Web Services Account ID, the Amazon Web Services Region code, and ends with
-an. Bucket names must follow the formatbucket-name-prefix-accountId-region-an(for example,amzn-s3-demo-bucket-111122223333-us-west-2-an). For information about bucket naming restrictions, see Account regional namespace naming rules in the Amazon S3 User Guide.This functionality is not supported for directory buckets.
- See Also:
-
bucketNamespaceAsString
Specifies the namespace where you want to create your general purpose bucket. When you create a general purpose bucket, you can choose to create a bucket in the shared global namespace or you can choose to create a bucket in your account regional namespace. Your account regional namespace is a subdivision of the global namespace that only your account can create buckets in. For more information on bucket namespaces, see Namespaces for general purpose buckets.
General purpose buckets in your account regional namespace must follow a specific naming convention. These buckets consist of a bucket name prefix that you create, and a suffix that contains your 12-digit Amazon Web Services Account ID, the Amazon Web Services Region code, and ends with
-an. Bucket names must follow the formatbucket-name-prefix-accountId-region-an(for example,amzn-s3-demo-bucket-111122223333-us-west-2-an). For information about bucket naming restrictions, see Account regional namespace naming rules in the Amazon S3 User Guide.This functionality is not supported for directory buckets.
If the service returns an enum value that is not available in the current SDK version,
bucketNamespacewill returnBucketNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombucketNamespaceAsString().- Returns:
- Specifies the namespace where you want to create your general purpose bucket. When you create a general
purpose bucket, you can choose to create a bucket in the shared global namespace or you can choose to
create a bucket in your account regional namespace. Your account regional namespace is a subdivision of
the global namespace that only your account can create buckets in. For more information on bucket
namespaces, see Namespaces for
general purpose buckets.
General purpose buckets in your account regional namespace must follow a specific naming convention. These buckets consist of a bucket name prefix that you create, and a suffix that contains your 12-digit Amazon Web Services Account ID, the Amazon Web Services Region code, and ends with
-an. Bucket names must follow the formatbucket-name-prefix-accountId-region-an(for example,amzn-s3-demo-bucket-111122223333-us-west-2-an). For information about bucket naming restrictions, see Account regional namespace naming rules in the Amazon S3 User Guide.This functionality is not supported for directory buckets.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-