Interface StopConfigurationRecorderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>,SdkBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopConfigurationRecorderRequest
public static interface StopConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopConfigurationRecorderRequest.BuilderconfigurationRecorderName(String configurationRecorderName)The name of the recorder object that records each configuration change made to the resources.StopConfigurationRecorderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopConfigurationRecorderRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
configurationRecorderName
StopConfigurationRecorderRequest.Builder configurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
- Parameters:
configurationRecorderName- The name of the recorder object that records each configuration change made to the resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-