Interface ListDataAccessorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataAccessorsResponse.Builder,,ListDataAccessorsResponse> QBusinessResponse.Builder,SdkBuilder<ListDataAccessorsResponse.Builder,,ListDataAccessorsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDataAccessorsResponse
public static interface ListDataAccessorsResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListDataAccessorsResponse.Builder,ListDataAccessorsResponse>
-
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dataAccessors
The 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.
-
dataAccessors
The 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.
-
dataAccessors
The 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 onDataAccessor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The 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.
-