Interface ListSubscriptionGrantsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSubscriptionGrantsResponse.Builder,ListSubscriptionGrantsResponse>,DataZoneResponse.Builder,SdkBuilder<ListSubscriptionGrantsResponse.Builder,ListSubscriptionGrantsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSubscriptionGrantsResponse
public static interface ListSubscriptionGrantsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListSubscriptionGrantsResponse.Builder,ListSubscriptionGrantsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSubscriptionGrantsResponse.Builderitems(Collection<SubscriptionGrantSummary> items)The results of theListSubscriptionGrantsaction.ListSubscriptionGrantsResponse.Builderitems(Consumer<SubscriptionGrantSummary.Builder>... items)The results of theListSubscriptionGrantsaction.ListSubscriptionGrantsResponse.Builderitems(SubscriptionGrantSummary... items)The results of theListSubscriptionGrantsaction.ListSubscriptionGrantsResponse.BuildernextToken(String nextToken)When the number of subscription grants is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListSubscriptionGrantsResponse.Builder items(Collection<SubscriptionGrantSummary> items)
The results of the
ListSubscriptionGrantsaction.- Parameters:
items- The results of theListSubscriptionGrantsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListSubscriptionGrantsResponse.Builder items(SubscriptionGrantSummary... items)
The results of the
ListSubscriptionGrantsaction.- Parameters:
items- The results of theListSubscriptionGrantsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListSubscriptionGrantsResponse.Builder items(Consumer<SubscriptionGrantSummary.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListSubscriptionGrantsaction.SubscriptionGrantSummary.Builderavoiding the need to create one manually viaSubscriptionGrantSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onSubscriptionGrantSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListSubscriptionGrantsResponse.Builder nextToken(String nextToken)
When the number of subscription grants is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionGrantsto list the next set of subscription grants.- Parameters:
nextToken- When the number of subscription grants is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionGrantsto list the next set of subscription grants.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-