Interface PutConfigurationRecorderRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- ConfigRequest.Builder,- CopyableBuilder<PutConfigurationRecorderRequest.Builder,,- PutConfigurationRecorderRequest> - SdkBuilder<PutConfigurationRecorderRequest.Builder,,- PutConfigurationRecorderRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- PutConfigurationRecorderRequest
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder) An object for the configuration recorder.configurationRecorder(ConfigurationRecorder configurationRecorder) An object for the configuration recorder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags for the customer managed configuration recorder.tags(Consumer<Tag.Builder>... tags) The tags for the customer managed configuration recorder.The tags for the customer managed configuration recorder.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationRecorderPutConfigurationRecorderRequest.Builder configurationRecorder(ConfigurationRecorder configurationRecorder) An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope. - Parameters:
- configurationRecorder- An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configurationRecorderdefault PutConfigurationRecorderRequest.Builder configurationRecorder(Consumer<ConfigurationRecorder.Builder> configurationRecorder) An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope. This is a convenience method that creates an instance of theConfigurationRecorder.Builderavoiding the need to create one manually viaConfigurationRecorder.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationRecorder(ConfigurationRecorder).- Parameters:
- configurationRecorder- a consumer that will call methods on- ConfigurationRecorder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsThe tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define. - Parameters:
- tags- The tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define. - Parameters:
- tags- The tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationPutConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationPutConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-