Interface ListBlueprintsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockDataAutomationResponse.Builder
,Buildable
,CopyableBuilder<ListBlueprintsResponse.Builder,
,ListBlueprintsResponse> SdkBuilder<ListBlueprintsResponse.Builder,
,ListBlueprintsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBlueprintsResponse
@Mutable
@NotThreadSafe
public static interface ListBlueprintsResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<ListBlueprintsResponse.Builder,ListBlueprintsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblueprints
(Collection<BlueprintSummary> blueprints) Sets the value of the Blueprints property for this object.blueprints
(Consumer<BlueprintSummary.Builder>... blueprints) Sets the value of the Blueprints property for this object.blueprints
(BlueprintSummary... blueprints) Sets the value of the Blueprints property for this object.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
blueprints
Sets the value of the Blueprints property for this object.- Parameters:
blueprints
- The new value for the Blueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Sets the value of the Blueprints property for this object.- Parameters:
blueprints
- The new value for the Blueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Sets the value of the Blueprints property for this object. This is a convenience method that creates an instance of theBlueprintSummary.Builder
avoiding the need to create one manually viaBlueprintSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toblueprints(List<BlueprintSummary>)
.- Parameters:
blueprints
- a consumer that will call methods onBlueprintSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-