Interface ListDataAutomationProjectsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRequest.Builder
,Buildable
,CopyableBuilder<ListDataAutomationProjectsRequest.Builder,
,ListDataAutomationProjectsRequest> SdkBuilder<ListDataAutomationProjectsRequest.Builder,
,ListDataAutomationProjectsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDataAutomationProjectsRequest
@Mutable
@NotThreadSafe
public static interface ListDataAutomationProjectsRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<ListDataAutomationProjectsRequest.Builder,ListDataAutomationProjectsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionblueprintFilter
(Consumer<BlueprintFilter.Builder> blueprintFilter) Sets the value of the BlueprintFilter property for this object.blueprintFilter
(BlueprintFilter blueprintFilter) Sets the value of the BlueprintFilter 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.projectStageFilter
(String projectStageFilter) Sets the value of the ProjectStageFilter property for this object.projectStageFilter
(DataAutomationProjectStageFilter projectStageFilter) Sets the value of the ProjectStageFilter 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
-
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.
-
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:
-
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:
-
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.Builder
avoiding the need to create one manually viaBlueprintFilter.builder()
.When the
Consumer
completes,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:
-
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:
-
overrideConfiguration
ListDataAutomationProjectsRequest.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
ListDataAutomationProjectsRequest.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.
-