Interface ProtectedQueryDistributeOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectedQueryDistributeOutput.Builder,
,ProtectedQueryDistributeOutput> SdkBuilder<ProtectedQueryDistributeOutput.Builder,
,ProtectedQueryDistributeOutput> SdkPojo
- Enclosing class:
ProtectedQueryDistributeOutput
-
Method Summary
Modifier and TypeMethodDescriptionmemberList
(Collection<ProtectedQuerySingleMemberOutput> memberList) Contains the output results for each member location specified in the distribute output configuration.memberList
(Consumer<ProtectedQuerySingleMemberOutput.Builder>... memberList) Contains the output results for each member location specified in the distribute output configuration.memberList
(ProtectedQuerySingleMemberOutput... memberList) Contains the output results for each member location specified in the distribute output configuration.Sets the value of the S3 property for this object.Sets the value of the S3 property for this object.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
-
s3
Sets the value of the S3 property for this object.- Parameters:
s3
- The new value for the S3 property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Sets the value of the S3 property for this object. This is a convenience method that creates an instance of theProtectedQueryS3Output.Builder
avoiding the need to create one manually viaProtectedQueryS3Output.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(ProtectedQueryS3Output)
.- Parameters:
s3
- a consumer that will call methods onProtectedQueryS3Output.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
memberList
ProtectedQueryDistributeOutput.Builder memberList(Collection<ProtectedQuerySingleMemberOutput> memberList) Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.
- Parameters:
memberList
- Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberList
Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.
- Parameters:
memberList
- Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberList
ProtectedQueryDistributeOutput.Builder memberList(Consumer<ProtectedQuerySingleMemberOutput.Builder>... memberList) Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.
This is a convenience method that creates an instance of theProtectedQuerySingleMemberOutput.Builder
avoiding the need to create one manually viaProtectedQuerySingleMemberOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomemberList(List<ProtectedQuerySingleMemberOutput>)
.- Parameters:
memberList
- a consumer that will call methods onProtectedQuerySingleMemberOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-