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