public static interface GetRevealConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetRevealConfigurationResponse.Builder,GetRevealConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRevealConfigurationResponse.Builder |
configuration(Consumer<RevealConfiguration.Builder> configuration)
The current configuration settings and the status of the configuration for the account.
|
GetRevealConfigurationResponse.Builder |
configuration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRevealConfigurationResponse.Builder configuration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
configuration - The current configuration settings and the status of the configuration for the account.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.Builder avoiding the
need to create one manually via RevealConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(RevealConfiguration).
configuration - a consumer that will call methods on RevealConfiguration.Builderconfiguration(RevealConfiguration)Copyright © 2022. All rights reserved.