public class Resource extends Object
| Constructor and Description |
|---|
Resource()
Constructs a void constructor for Resource.
|
Resource(List<String> resource)
Constructs a new Resource object for Resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResource()
Gets the resources of Bucket Acl.
|
void |
setResource(List<String> resource)
Sets the resources of Bucket Acl.
|
String |
toString() |
Resource |
withResource(List<String> resource)
Sets the resources of Bucket Acl.
|
public List<String> getResource()
public void setResource(List<String> resource)
resource - The resources of Bucket Acl.public Resource withResource(List<String> resource)
resource - The resources of Bucket Acl.Copyright © 2021. All rights reserved.