public static interface UpdateRevealConfigurationRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateRevealConfigurationRequest.Builder,UpdateRevealConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateRevealConfigurationRequest.Builder |
configuration(Consumer<RevealConfiguration.Builder> configuration)
The new configuration settings and the status of the configuration for the account.
|
UpdateRevealConfigurationRequest.Builder |
configuration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
|
UpdateRevealConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRevealConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRevealConfigurationRequest.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 UpdateRevealConfigurationRequest.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)UpdateRevealConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRevealConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.