Interface ListBlueprintsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRequest.Builder
,Buildable
,CopyableBuilder<ListBlueprintsRequest.Builder,
,ListBlueprintsRequest> SdkBuilder<ListBlueprintsRequest.Builder,
,ListBlueprintsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBlueprintsRequest
@Mutable
@NotThreadSafe
public static interface ListBlueprintsRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<ListBlueprintsRequest.Builder,ListBlueprintsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionblueprintArn
(String blueprintArn) Sets the value of the BlueprintArn property for this object.blueprintStageFilter
(String blueprintStageFilter) Sets the value of the BlueprintStageFilter property for this object.blueprintStageFilter
(BlueprintStageFilter blueprintStageFilter) Sets the value of the BlueprintStageFilter property for this object.maxResults
(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default ListBlueprintsRequest.Builder
projectFilter
(Consumer<DataAutomationProjectFilter.Builder> projectFilter) Sets the value of the ProjectFilter property for this object.projectFilter
(DataAutomationProjectFilter projectFilter) Sets the value of the ProjectFilter property for this object.resourceOwner
(String resourceOwner) Sets the value of the ResourceOwner property for this object.resourceOwner
(ResourceOwner resourceOwner) Sets the value of the ResourceOwner property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationRequest.Builder
build
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
-
Method Details
-
blueprintArn
Sets the value of the BlueprintArn property for this object.- Parameters:
blueprintArn
- The new value for the BlueprintArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwner
Sets the value of the ResourceOwner property for this object.- Parameters:
resourceOwner
- The new value for the ResourceOwner property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceOwner
Sets the value of the ResourceOwner property for this object.- Parameters:
resourceOwner
- The new value for the ResourceOwner property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blueprintStageFilter
Sets the value of the BlueprintStageFilter property for this object.- Parameters:
blueprintStageFilter
- The new value for the BlueprintStageFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blueprintStageFilter
Sets the value of the BlueprintStageFilter property for this object.- Parameters:
blueprintStageFilter
- The new value for the BlueprintStageFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults
- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
projectFilter
Sets the value of the ProjectFilter property for this object.- Parameters:
projectFilter
- The new value for the ProjectFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectFilter
default ListBlueprintsRequest.Builder projectFilter(Consumer<DataAutomationProjectFilter.Builder> projectFilter) Sets the value of the ProjectFilter property for this object. This is a convenience method that creates an instance of theDataAutomationProjectFilter.Builder
avoiding the need to create one manually viaDataAutomationProjectFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprojectFilter(DataAutomationProjectFilter)
.- Parameters:
projectFilter
- a consumer that will call methods onDataAutomationProjectFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListBlueprintsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBlueprintsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-