public static interface UpdateRevealConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<UpdateRevealConfigurationResponse.Builder,UpdateRevealConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRevealConfigurationResponse.Builder |
configuration(Consumer<RevealConfiguration.Builder> configuration)
The new configuration settings and the status of the configuration for the account.
|
UpdateRevealConfigurationResponse.Builder |
configuration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRevealConfigurationResponse.Builder configuration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
configuration - The new configuration settings and the status of the configuration for the account.default UpdateRevealConfigurationResponse.Builder configuration(Consumer<RevealConfiguration.Builder> configuration)
The new 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 © 2023. All rights reserved.