Interface ListDataAutomationProjectsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<ListDataAutomationProjectsResponse.Builder,ListDataAutomationProjectsResponse>,SdkBuilder<ListDataAutomationProjectsResponse.Builder,ListDataAutomationProjectsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataAutomationProjectsResponse
public static interface ListDataAutomationProjectsResponse.Builder extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<ListDataAutomationProjectsResponse.Builder,ListDataAutomationProjectsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataAutomationProjectsResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListDataAutomationProjectsResponse.Builderprojects(Collection<DataAutomationProjectSummary> projects)Sets the value of the Projects property for this object.ListDataAutomationProjectsResponse.Builderprojects(Consumer<DataAutomationProjectSummary.Builder>... projects)Sets the value of the Projects property for this object.ListDataAutomationProjectsResponse.Builderprojects(DataAutomationProjectSummary... projects)Sets the value of the Projects 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
-
projects
ListDataAutomationProjectsResponse.Builder projects(Collection<DataAutomationProjectSummary> projects)
Sets the value of the Projects property for this object.- Parameters:
projects- The new value for the Projects property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projects
ListDataAutomationProjectsResponse.Builder projects(DataAutomationProjectSummary... projects)
Sets the value of the Projects property for this object.- Parameters:
projects- The new value for the Projects property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projects
ListDataAutomationProjectsResponse.Builder projects(Consumer<DataAutomationProjectSummary.Builder>... projects)
Sets the value of the Projects property for this object. This is a convenience method that creates an instance of theDataAutomationProjectSummary.Builderavoiding the need to create one manually viaDataAutomationProjectSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#projects(List.) - Parameters:
projects- a consumer that will call methods onDataAutomationProjectSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#projects(java.util.Collection)
-
nextToken
ListDataAutomationProjectsResponse.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.
-
-