Class CreateBucketRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3control.model.S3ControlRequest
-
- software.amazon.awssdk.services.s3control.model.CreateBucketRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateBucketRequest extends S3ControlRequest implements ToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateBucketRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketCannedACLacl()The canned ACL to apply to the bucket.StringaclAsString()The canned ACL to apply to the bucket.Stringbucket()The name of the bucket.static CreateBucketRequest.Builderbuilder()CreateBucketConfigurationcreateBucketConfiguration()The configuration information for the bucket.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgrantFullControl()Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.StringgrantRead()Allows grantee to list the objects in the bucket.StringgrantReadACP()Allows grantee to read the bucket ACL.StringgrantWrite()Allows grantee to create, overwrite, and delete any object in the bucket.StringgrantWriteACP()Allows grantee to write the ACL for the applicable bucket.inthashCode()BooleanobjectLockEnabledForBucket()Specifies whether you want S3 Object Lock to be enabled for the new bucket.StringoutpostId()The ID of the Outposts where the bucket is being created.List<SdkField<?>>sdkFields()static Class<? extends CreateBucketRequest.Builder>serializableBuilderClass()CreateBucketRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
acl
public final BucketCannedACL acl()
The canned ACL to apply to the bucket.
This is not supported by Amazon S3 on Outposts 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 is not supported by Amazon S3 on Outposts buckets.
- See Also:
BucketCannedACL
-
aclAsString
public final String aclAsString()
The canned ACL to apply to the bucket.
This is not supported by Amazon S3 on Outposts 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 is not supported by Amazon S3 on Outposts buckets.
- See Also:
BucketCannedACL
-
bucket
public final String bucket()
The name of the bucket.
- Returns:
- The name of the bucket.
-
createBucketConfiguration
public final CreateBucketConfiguration createBucketConfiguration()
The configuration information for the bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- The configuration information for the bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
grantFullControl
public final String grantFullControl()
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
grantRead
public final String grantRead()
Allows grantee to list the objects in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Allows grantee to list the objects in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
grantReadACP
public final String grantReadACP()
Allows grantee to read the bucket ACL.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Allows grantee to read the bucket ACL.
This is not supported by Amazon S3 on Outposts buckets.
-
grantWrite
public final String grantWrite()
Allows grantee to create, overwrite, and delete any object in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Allows grantee to create, overwrite, and delete any object in the bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
grantWriteACP
public final String grantWriteACP()
Allows grantee to write the ACL for the applicable bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Allows grantee to write the ACL for the applicable bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
objectLockEnabledForBucket
public final Boolean objectLockEnabledForBucket()
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
This is not supported by Amazon S3 on Outposts buckets.
- Returns:
- Specifies whether you want S3 Object Lock to be enabled for the new bucket.
This is not supported by Amazon S3 on Outposts buckets.
-
outpostId
public final String outpostId()
The ID of the Outposts where the bucket is being created.
This ID is required by Amazon S3 on Outposts buckets.
- Returns:
- The ID of the Outposts where the bucket is being created.
This ID is required by Amazon S3 on Outposts buckets.
-
toBuilder
public CreateBucketRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>- Specified by:
toBuilderin classS3ControlRequest
-
builder
public static CreateBucketRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateBucketRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-