Interface ListDataAutomationProjectsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<ListDataAutomationProjectsRequest.Builder,ListDataAutomationProjectsRequest>,SdkBuilder<ListDataAutomationProjectsRequest.Builder,ListDataAutomationProjectsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataAutomationProjectsRequest
public static interface ListDataAutomationProjectsRequest.Builder extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<ListDataAutomationProjectsRequest.Builder,ListDataAutomationProjectsRequest>
-
-
Method Summary
-
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
-
maxResults
ListDataAutomationProjectsRequest.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
ListDataAutomationProjectsRequest.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.
-
projectStageFilter
ListDataAutomationProjectsRequest.Builder projectStageFilter(String projectStageFilter)
Sets the value of the ProjectStageFilter property for this object.- Parameters:
projectStageFilter- The new value for the ProjectStageFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataAutomationProjectStageFilter,DataAutomationProjectStageFilter
-
projectStageFilter
ListDataAutomationProjectsRequest.Builder projectStageFilter(DataAutomationProjectStageFilter projectStageFilter)
Sets the value of the ProjectStageFilter property for this object.- Parameters:
projectStageFilter- The new value for the ProjectStageFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataAutomationProjectStageFilter,DataAutomationProjectStageFilter
-
blueprintFilter
ListDataAutomationProjectsRequest.Builder blueprintFilter(BlueprintFilter blueprintFilter)
Sets the value of the BlueprintFilter property for this object.- Parameters:
blueprintFilter- The new value for the BlueprintFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintFilter
default ListDataAutomationProjectsRequest.Builder blueprintFilter(Consumer<BlueprintFilter.Builder> blueprintFilter)
Sets the value of the BlueprintFilter property for this object. This is a convenience method that creates an instance of theBlueprintFilter.Builderavoiding the need to create one manually viaBlueprintFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprintFilter(BlueprintFilter).- Parameters:
blueprintFilter- a consumer that will call methods onBlueprintFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
blueprintFilter(BlueprintFilter)
-
resourceOwner
ListDataAutomationProjectsRequest.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
ListDataAutomationProjectsRequest.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
-
overrideConfiguration
ListDataAutomationProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataAutomationProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-