Interface ListSubscriptionRequestsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSubscriptionRequestsResponse.Builder,ListSubscriptionRequestsResponse>,DataZoneResponse.Builder,SdkBuilder<ListSubscriptionRequestsResponse.Builder,ListSubscriptionRequestsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSubscriptionRequestsResponse
public static interface ListSubscriptionRequestsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListSubscriptionRequestsResponse.Builder,ListSubscriptionRequestsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSubscriptionRequestsResponse.Builderitems(Collection<SubscriptionRequestSummary> items)The results of theListSubscriptionRequestsaction.ListSubscriptionRequestsResponse.Builderitems(Consumer<SubscriptionRequestSummary.Builder>... items)The results of theListSubscriptionRequestsaction.ListSubscriptionRequestsResponse.Builderitems(SubscriptionRequestSummary... items)The results of theListSubscriptionRequestsaction.ListSubscriptionRequestsResponse.BuildernextToken(String nextToken)When the number of subscription requests is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, 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
ListSubscriptionRequestsResponse.Builder items(Collection<SubscriptionRequestSummary> items)
The results of the
ListSubscriptionRequestsaction.- Parameters:
items- The results of theListSubscriptionRequestsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListSubscriptionRequestsResponse.Builder items(SubscriptionRequestSummary... items)
The results of the
ListSubscriptionRequestsaction.- Parameters:
items- The results of theListSubscriptionRequestsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListSubscriptionRequestsResponse.Builder items(Consumer<SubscriptionRequestSummary.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListSubscriptionRequestsaction.SubscriptionRequestSummary.Builderavoiding the need to create one manually viaSubscriptionRequestSummary.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 onSubscriptionRequestSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListSubscriptionRequestsResponse.Builder nextToken(String nextToken)
When the number of subscription requests is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Parameters:
nextToken- When the number of subscription requests is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscription requests, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListSubscriptionRequeststo list the next set of subscription requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-