Interface MembershipProtectedQueryOutputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,,- MembershipProtectedQueryOutputConfiguration> - SdkBuilder<MembershipProtectedQueryOutputConfiguration.Builder,,- MembershipProtectedQueryOutputConfiguration> - SdkPojo
- Enclosing class:
- MembershipProtectedQueryOutputConfiguration
@Mutable
@NotThreadSafe
public static interface MembershipProtectedQueryOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionSets 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3Sets 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.
 
- 
s3default 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 on- ProtectedQueryS3OutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-