Interface GetRevealConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetRevealConfigurationResponse.Builder,,GetRevealConfigurationResponse> Macie2Response.Builder,SdkBuilder<GetRevealConfigurationResponse.Builder,,GetRevealConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetRevealConfigurationResponse
public static interface GetRevealConfigurationResponse.Builder
extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetRevealConfigurationResponse.Builder,GetRevealConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfiguration(Consumer<RevealConfiguration.Builder> configuration) The current configuration settings and the status of the configuration for the account.configuration(RevealConfiguration configuration) The current configuration settings and the status of the configuration for the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
configuration
The current configuration settings and the status of the configuration for the account.
- Parameters:
 configuration- The current configuration settings and the status of the configuration for the account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configuration
default GetRevealConfigurationResponse.Builder configuration(Consumer<RevealConfiguration.Builder> configuration) The current configuration settings and the status of the configuration for the account.
This is a convenience method that creates an instance of theRevealConfiguration.Builderavoiding the need to create one manually viaRevealConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RevealConfiguration).- Parameters:
 configuration- a consumer that will call methods onRevealConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -