Interface PutConfigurationRecorderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutConfigurationRecorderRequest.Builder,PutConfigurationRecorderRequest>,SdkBuilder<PutConfigurationRecorderRequest.Builder,PutConfigurationRecorderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutConfigurationRecorderRequest
public static interface PutConfigurationRecorderRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationRecorderRequest.Builder,PutConfigurationRecorderRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
configurationRecorder
PutConfigurationRecorderRequest.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.
-
configurationRecorder
default 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 onConfigurationRecorder.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configurationRecorder(ConfigurationRecorder)
-
tags
PutConfigurationRecorderRequest.Builder tags(Collection<Tag> tags)
The 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.
-
tags
PutConfigurationRecorderRequest.Builder tags(Tag... tags)
The 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.
-
tags
PutConfigurationRecorderRequest.Builder tags(Consumer<Tag.Builder>... tags)
The 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 to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutConfigurationRecorderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutConfigurationRecorderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-