public static interface StartMetricStreamsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<StartMetricStreamsRequest.Builder,StartMetricStreamsRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMetricStreamsRequest.Builder |
names(Collection<String> names)
The array of the names of metric streams to start streaming.
|
StartMetricStreamsRequest.Builder |
names(String... names)
The array of the names of metric streams to start streaming.
|
StartMetricStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMetricStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMetricStreamsRequest.Builder names(Collection<String> names)
The array of the names of metric streams to start 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 start streaming.
names - The array of the names of metric streams to start 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 start streaming.
StartMetricStreamsRequest.Builder names(String... names)
The array of the names of metric streams to start 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 start streaming.
names - The array of the names of metric streams to start 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 start streaming.
StartMetricStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMetricStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.