Interface ListDataAccessorsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDataAccessorsResponse.Builder,,- ListDataAccessorsResponse> - QBusinessResponse.Builder,- SdkBuilder<ListDataAccessorsResponse.Builder,,- ListDataAccessorsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDataAccessorsResponse
@Mutable
@NotThreadSafe
public static interface ListDataAccessorsResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListDataAccessorsResponse.Builder,ListDataAccessorsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondataAccessors(Collection<DataAccessor> dataAccessors) The list of data accessors.dataAccessors(Consumer<DataAccessor.Builder>... dataAccessors) The list of data accessors.dataAccessors(DataAccessor... dataAccessors) The list of data accessors.The token to use to retrieve the next set of results, if there are any.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
dataAccessorsThe list of data accessors. - Parameters:
- dataAccessors- The list of data accessors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAccessorsThe list of data accessors. - Parameters:
- dataAccessors- The list of data accessors.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAccessorsThe list of data accessors. This is a convenience method that creates an instance of theDataAccessor.Builderavoiding the need to create one manually viaDataAccessor.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataAccessors(List<DataAccessor>).- Parameters:
- dataAccessors- a consumer that will call methods on- DataAccessor.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token to use to retrieve the next set of results, if there are any. - Parameters:
- nextToken- The token to use to retrieve the next set of results, if there are any.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-