Interface ListBlueprintsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<ListBlueprintsRequest.Builder,ListBlueprintsRequest>,SdkBuilder<ListBlueprintsRequest.Builder,ListBlueprintsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBlueprintsRequest
public static interface ListBlueprintsRequest.Builder extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<ListBlueprintsRequest.Builder,ListBlueprintsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListBlueprintsRequest.BuilderblueprintArn(String blueprintArn)Sets the value of the BlueprintArn property for this object.ListBlueprintsRequest.BuilderblueprintStageFilter(String blueprintStageFilter)Sets the value of the BlueprintStageFilter property for this object.ListBlueprintsRequest.BuilderblueprintStageFilter(BlueprintStageFilter blueprintStageFilter)Sets the value of the BlueprintStageFilter property for this object.ListBlueprintsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListBlueprintsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListBlueprintsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBlueprintsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListBlueprintsRequest.BuilderprojectFilter(Consumer<DataAutomationProjectFilter.Builder> projectFilter)Sets the value of the ProjectFilter property for this object.ListBlueprintsRequest.BuilderprojectFilter(DataAutomationProjectFilter projectFilter)Sets the value of the ProjectFilter property for this object.ListBlueprintsRequest.BuilderresourceOwner(String resourceOwner)Sets the value of the ResourceOwner property for this object.ListBlueprintsRequest.BuilderresourceOwner(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 Detail
-
blueprintArn
ListBlueprintsRequest.Builder blueprintArn(String 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
ListBlueprintsRequest.Builder resourceOwner(String 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,ResourceOwner
-
resourceOwner
ListBlueprintsRequest.Builder resourceOwner(ResourceOwner 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,ResourceOwner
-
blueprintStageFilter
ListBlueprintsRequest.Builder blueprintStageFilter(String 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,BlueprintStageFilter
-
blueprintStageFilter
ListBlueprintsRequest.Builder blueprintStageFilter(BlueprintStageFilter 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,BlueprintStageFilter
-
maxResults
ListBlueprintsRequest.Builder maxResults(Integer 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
ListBlueprintsRequest.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.
-
projectFilter
ListBlueprintsRequest.Builder projectFilter(DataAutomationProjectFilter 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.Builderavoiding the need to create one manually viaDataAutomationProjectFilter.builder().When the
Consumercompletes,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:
projectFilter(DataAutomationProjectFilter)
-
overrideConfiguration
ListBlueprintsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBlueprintsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-