Interface StartConfigurationRecorderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<StartConfigurationRecorderRequest.Builder,StartConfigurationRecorderRequest>,SdkBuilder<StartConfigurationRecorderRequest.Builder,StartConfigurationRecorderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartConfigurationRecorderRequest
public static interface StartConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<StartConfigurationRecorderRequest.Builder,StartConfigurationRecorderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartConfigurationRecorderRequest.BuilderconfigurationRecorderName(String configurationRecorderName)The name of the recorder object that records each configuration change made to the resources.StartConfigurationRecorderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartConfigurationRecorderRequest.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
StartConfigurationRecorderRequest.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
StartConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-