Interface DescribeConfigurationRecorderStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>,SdkBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConfigurationRecorderStatusRequest
public static interface DescribeConfigurationRecorderStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRecorderStatusRequest.Builder,DescribeConfigurationRecorderStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationRecorderStatusRequest.BuilderconfigurationRecorderNames(String... configurationRecorderNames)The name(s) of the configuration recorder.DescribeConfigurationRecorderStatusRequest.BuilderconfigurationRecorderNames(Collection<String> configurationRecorderNames)The name(s) of the configuration recorder.DescribeConfigurationRecorderStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConfigurationRecorderStatusRequest.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
-
configurationRecorderNames
DescribeConfigurationRecorderStatusRequest.Builder configurationRecorderNames(Collection<String> configurationRecorderNames)
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
- Parameters:
configurationRecorderNames- The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecorderNames
DescribeConfigurationRecorderStatusRequest.Builder configurationRecorderNames(String... configurationRecorderNames)
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
- Parameters:
configurationRecorderNames- The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConfigurationRecorderStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConfigurationRecorderStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-