Interface MembershipProtectedQueryOutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>,SdkBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>,SdkPojo
- Enclosing class:
- MembershipProtectedQueryOutputConfiguration
public static interface MembershipProtectedQueryOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MembershipProtectedQueryOutputConfiguration.Builders3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Sets the value of the S3 property for this object.MembershipProtectedQueryOutputConfiguration.Builders3(ProtectedQueryS3OutputConfiguration s3)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, sdkFields
-
-
-
-
Method Detail
-
s3
MembershipProtectedQueryOutputConfiguration.Builder s3(ProtectedQueryS3OutputConfiguration 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
default MembershipProtectedQueryOutputConfiguration.Builder s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Sets the value of the S3 property for this object. This is a convenience method that creates an instance of theProtectedQueryS3OutputConfiguration.Builderavoiding the need to create one manually viaProtectedQueryS3OutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(ProtectedQueryS3OutputConfiguration).- Parameters:
s3- a consumer that will call methods onProtectedQueryS3OutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3(ProtectedQueryS3OutputConfiguration)
-
-