Interface ListDataSourcesResponse.Builder
- All Superinterfaces:
- AppSyncResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDataSourcesResponse.Builder,,- ListDataSourcesResponse> - SdkBuilder<ListDataSourcesResponse.Builder,,- ListDataSourcesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDataSourcesResponse
@Mutable
@NotThreadSafe
public static interface ListDataSourcesResponse.Builder
extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourcesResponse.Builder,ListDataSourcesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondataSources(Collection<DataSource> dataSources) TheDataSourceobjects.dataSources(Consumer<DataSource.Builder>... dataSources) TheDataSourceobjects.dataSources(DataSource... dataSources) TheDataSourceobjects.An identifier to pass in the next request to this operation to return the next set of items in the list.Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dataSourcesThe DataSourceobjects.- Parameters:
- dataSources- The- DataSourceobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSourcesThe DataSourceobjects.- Parameters:
- dataSources- The- DataSourceobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSourcesThe This is a convenience method that creates an instance of theDataSourceobjects.DataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSources(List<DataSource>).- Parameters:
- dataSources- a consumer that will call methods on- DataSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenAn identifier to pass in the next request to this operation to return the next set of items in the list. - Parameters:
- nextToken- An identifier to pass in the next request to this operation to return the next set of items in the list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-