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 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
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaDataAccessor.builder()
.When the
Consumer
completes,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.
-