public static interface StopMetricStreamsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<StopMetricStreamsRequest.Builder,StopMetricStreamsRequest>
| Modifier and Type | Method and Description |
|---|---|
StopMetricStreamsRequest.Builder |
names(Collection<String> names)
The array of the names of metric streams to stop streaming.
|
StopMetricStreamsRequest.Builder |
names(String... names)
The array of the names of metric streams to stop streaming.
|
StopMetricStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopMetricStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopMetricStreamsRequest.Builder names(Collection<String> names)
The array of the names of metric streams to stop streaming.
This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.
names - The array of the names of metric streams to stop streaming.
This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.
StopMetricStreamsRequest.Builder names(String... names)
The array of the names of metric streams to stop streaming.
This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.
names - The array of the names of metric streams to stop streaming.
This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.
StopMetricStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopMetricStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.