Interface ListConnectorDefinitionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListConnectorDefinitionsResponse.Builder,,- ListConnectorDefinitionsResponse> - GreengrassResponse.Builder,- SdkBuilder<ListConnectorDefinitionsResponse.Builder,,- ListConnectorDefinitionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListConnectorDefinitionsResponse
@Mutable
@NotThreadSafe
public static interface ListConnectorDefinitionsResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorDefinitionsResponse.Builder,ListConnectorDefinitionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefinitions(Collection<DefinitionInformation> definitions) Information about a definition.definitions(Consumer<DefinitionInformation.Builder>... definitions) Information about a definition.definitions(DefinitionInformation... definitions) Information about a definition.The token for the next set of results, or ''null'' if there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.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- 
definitionsInformation about a definition.- Parameters:
- definitions- Information about a definition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionsInformation about a definition.- Parameters:
- definitions- Information about a definition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionsListConnectorDefinitionsResponse.Builder definitions(Consumer<DefinitionInformation.Builder>... definitions) Information about a definition. This is a convenience method that creates an instance of theDefinitionInformation.Builderavoiding the need to create one manually viaDefinitionInformation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinitions(List<DefinitionInformation>).- Parameters:
- definitions- a consumer that will call methods on- DefinitionInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token for the next set of results, or ''null'' if there are no additional results.- Parameters:
- nextToken- The token for the next set of results, or ''null'' if there are no additional results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-