Interface ListPolicyGrantsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPolicyGrantsResponse.Builder,
,ListPolicyGrantsResponse> DataZoneResponse.Builder
,SdkBuilder<ListPolicyGrantsResponse.Builder,
,ListPolicyGrantsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPolicyGrantsResponse
@Mutable
@NotThreadSafe
public static interface ListPolicyGrantsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListPolicyGrantsResponse.Builder,ListPolicyGrantsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongrantList
(Collection<PolicyGrantMember> grantList) The results of this action - the listed grants.grantList
(Consumer<PolicyGrantMember.Builder>... grantList) The results of this action - the listed grants.grantList
(PolicyGrantMember... grantList) The results of this action - the listed grants.When the number of grants is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of grants, the response includes a pagination token namedNextToken
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
grantList
The results of this action - the listed grants.
- Parameters:
grantList
- The results of this action - the listed grants.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantList
The results of this action - the listed grants.
- Parameters:
grantList
- The results of this action - the listed grants.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantList
The results of this action - the listed grants.
This is a convenience method that creates an instance of thePolicyGrantMember.Builder
avoiding the need to create one manually viaPolicyGrantMember.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tograntList(List<PolicyGrantMember>)
.- Parameters:
grantList
- a consumer that will call methods onPolicyGrantMember.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of grants is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of grants, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListPolicyGrants
to list the next set of grants.- Parameters:
nextToken
- When the number of grants is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of grants, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListPolicyGrants
to list the next set of grants.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-