Interface ListBlueprintsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<ListBlueprintsResponse.Builder,ListBlueprintsResponse>,SdkBuilder<ListBlueprintsResponse.Builder,ListBlueprintsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBlueprintsResponse
public static interface ListBlueprintsResponse.Builder extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<ListBlueprintsResponse.Builder,ListBlueprintsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBlueprintsResponse.Builderblueprints(Collection<BlueprintSummary> blueprints)Sets the value of the Blueprints property for this object.ListBlueprintsResponse.Builderblueprints(Consumer<BlueprintSummary.Builder>... blueprints)Sets the value of the Blueprints property for this object.ListBlueprintsResponse.Builderblueprints(BlueprintSummary... blueprints)Sets the value of the Blueprints property for this object.ListBlueprintsResponse.BuildernextToken(String nextToken)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 Detail
-
blueprints
ListBlueprintsResponse.Builder blueprints(Collection<BlueprintSummary> 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
ListBlueprintsResponse.Builder blueprints(BlueprintSummary... 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
ListBlueprintsResponse.Builder blueprints(Consumer<BlueprintSummary.Builder>... blueprints)
Sets the value of the Blueprints property for this object. This is a convenience method that creates an instance of theBlueprintSummary.Builderavoiding the need to create one manually viaBlueprintSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#blueprints(List.) - 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:
#blueprints(java.util.Collection)
-
nextToken
ListBlueprintsResponse.Builder nextToken(String 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.
-
-