ToCopyableBuilder<Grant.Builder,Grant>
@Generated("software.amazon.awssdk:codegen") public class Grant extends Object implements ToCopyableBuilder<Grant.Builder,Grant>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Grant.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Grant.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Grantee |
grantee() |
|
int |
hashCode() |
|
String |
permission() |
Specifies the permission given to the grantee.
|
static Class<? extends Grant.Builder> |
serializableBuilderClass() |
|
Grant.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Grantee grantee()
public String permission()
Permission
public Grant.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Grant.Builder,Grant>
public static Grant.Builder builder()
public static Class<? extends Grant.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.