Class CreateBucketRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3.model.S3Request
-
- software.amazon.awssdk.services.s3.model.CreateBucketRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateBucketRequest extends S3Request 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 to create.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 new objects 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.ObjectOwnershipobjectOwnership()Returns the value of the ObjectOwnership property for this object.StringobjectOwnershipAsString()Returns the value of the ObjectOwnership property for this object.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.
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.
- See Also:
BucketCannedACL
-
aclAsString
public final String aclAsString()
The canned ACL to apply to the bucket.
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.
- See Also:
BucketCannedACL
-
bucket
public final String bucket()
The name of the bucket to create.
- Returns:
- The name of the bucket to create.
-
createBucketConfiguration
public final CreateBucketConfiguration createBucketConfiguration()
The configuration information for the bucket.
- Returns:
- The configuration information for the bucket.
-
grantFullControl
public final String grantFullControl()
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
- Returns:
- Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
-
grantRead
public final String grantRead()
Allows grantee to list the objects in the bucket.
- Returns:
- Allows grantee to list the objects in the bucket.
-
grantReadACP
public final String grantReadACP()
Allows grantee to read the bucket ACL.
- Returns:
- Allows grantee to read the bucket ACL.
-
grantWrite
public final String 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.
- 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.
-
grantWriteACP
public final String grantWriteACP()
Allows grantee to write the ACL for the applicable bucket.
- Returns:
- Allows grantee to write the ACL for the applicable bucket.
-
objectLockEnabledForBucket
public final Boolean objectLockEnabledForBucket()
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
- Returns:
- Specifies whether you want S3 Object Lock to be enabled for the new bucket.
-
objectOwnership
public final ObjectOwnership 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:
ObjectOwnership
-
objectOwnershipAsString
public final String 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:
ObjectOwnership
-
toBuilder
public CreateBucketRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBucketRequest.Builder,CreateBucketRequest>- Specified by:
toBuilderin classS3Request
-
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
-
-