Interface ListAnalyticsDataLakeDataSetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListAnalyticsDataLakeDataSetsResponse.Builder,ListAnalyticsDataLakeDataSetsResponse>,SdkBuilder<ListAnalyticsDataLakeDataSetsResponse.Builder,ListAnalyticsDataLakeDataSetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnalyticsDataLakeDataSetsResponse
public static interface ListAnalyticsDataLakeDataSetsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListAnalyticsDataLakeDataSetsResponse.Builder,ListAnalyticsDataLakeDataSetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalyticsDataLakeDataSetsResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListAnalyticsDataLakeDataSetsResponse.Builderresults(Collection<AnalyticsDataSetsResult> results)An array of successful results:DataSetId,DataSetName.ListAnalyticsDataLakeDataSetsResponse.Builderresults(Consumer<AnalyticsDataSetsResult.Builder>... results)An array of successful results:DataSetId,DataSetName.ListAnalyticsDataLakeDataSetsResponse.Builderresults(AnalyticsDataSetsResult... results)An array of successful results:DataSetId,DataSetName.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
results
ListAnalyticsDataLakeDataSetsResponse.Builder results(Collection<AnalyticsDataSetsResult> results)
An array of successful results:
DataSetId,DataSetName. This is a paginated API, sonextTokenis given if there are more results to be returned.- Parameters:
results- An array of successful results:DataSetId,DataSetName. This is a paginated API, sonextTokenis given if there are more results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
ListAnalyticsDataLakeDataSetsResponse.Builder results(AnalyticsDataSetsResult... results)
An array of successful results:
DataSetId,DataSetName. This is a paginated API, sonextTokenis given if there are more results to be returned.- Parameters:
results- An array of successful results:DataSetId,DataSetName. This is a paginated API, sonextTokenis given if there are more results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
ListAnalyticsDataLakeDataSetsResponse.Builder results(Consumer<AnalyticsDataSetsResult.Builder>... results)
An array of successful results:
This is a convenience method that creates an instance of theDataSetId,DataSetName. This is a paginated API, sonextTokenis given if there are more results to be returned.AnalyticsDataSetsResult.Builderavoiding the need to create one manually viaAnalyticsDataSetsResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#results(List.) - Parameters:
results- a consumer that will call methods onAnalyticsDataSetsResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#results(java.util.Collection)
-
nextToken
ListAnalyticsDataLakeDataSetsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-