public static interface GetObjectAclResponse.Builder extends S3Response.Builder, CopyableBuilder<GetObjectAclResponse.Builder,GetObjectAclResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectAclResponse.Builder |
grants(Collection<Grant> grants)
A list of grants.
|
GetObjectAclResponse.Builder |
grants(Consumer<Grant.Builder>... grants)
A list of grants.
|
GetObjectAclResponse.Builder |
grants(Grant... grants)
A list of grants.
|
default GetObjectAclResponse.Builder |
owner(Consumer<Owner.Builder> owner)
Sets the value of the Owner property for this object.
|
GetObjectAclResponse.Builder |
owner(Owner owner)
Sets the value of the Owner property for this object.
|
GetObjectAclResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
GetObjectAclResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetObjectAclResponse.Builder owner(Owner owner)
owner - The new value for the Owner property for this object.default GetObjectAclResponse.Builder owner(Consumer<Owner.Builder> owner)
Owner.Builder avoiding the need to create one
manually via Owner.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to owner(Owner).owner - a consumer that will call methods on Owner.Builderowner(Owner)GetObjectAclResponse.Builder grants(Collection<Grant> grants)
grants - A list of grants.GetObjectAclResponse.Builder grants(Grant... grants)
grants - A list of grants.GetObjectAclResponse.Builder grants(Consumer<Grant.Builder>... grants)
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #grants(List) .grants - a consumer that will call methods on List.Builder #grants(List) GetObjectAclResponse.Builder requestCharged(String requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedGetObjectAclResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.