@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackendStorageResourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
The resource configuration for creating backend storage.
Constructor and Description |
---|
CreateBackendStorageResourceConfig() |
Modifier and Type | Method and Description |
---|---|
CreateBackendStorageResourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of the S3 bucket.
|
BackendStoragePermissions |
getPermissions()
The authorization configuration for the storage S3 bucket.
|
String |
getServiceName()
The name of the storage service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of the S3 bucket.
|
void |
setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
void |
setServiceName(String serviceName)
The name of the storage service.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackendStorageResourceConfig |
withBucketName(String bucketName)
The name of the S3 bucket.
|
CreateBackendStorageResourceConfig |
withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
CreateBackendStorageResourceConfig |
withServiceName(ServiceName serviceName)
The name of the storage service.
|
CreateBackendStorageResourceConfig |
withServiceName(String serviceName)
The name of the storage service.
|
public void setBucketName(String bucketName)
The name of the S3 bucket.
bucketName
- The name of the S3 bucket.public String getBucketName()
The name of the S3 bucket.
public CreateBackendStorageResourceConfig withBucketName(String bucketName)
The name of the S3 bucket.
bucketName
- The name of the S3 bucket.public void setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
permissions
- The authorization configuration for the storage S3 bucket.public BackendStoragePermissions getPermissions()
The authorization configuration for the storage S3 bucket.
public CreateBackendStorageResourceConfig withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
permissions
- The authorization configuration for the storage S3 bucket.public void setServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String getServiceName()
The name of the storage service.
ServiceName
public CreateBackendStorageResourceConfig withServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public CreateBackendStorageResourceConfig withServiceName(ServiceName serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String toString()
toString
in class Object
Object.toString()
public CreateBackendStorageResourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.