Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricStreamResponse.Builder
Packages that use GetMetricStreamResponse.Builder
-
Uses of GetMetricStreamResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricStreamResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the metric stream.GetMetricStreamResponse.builder()GetMetricStreamResponse.Builder.creationDate(Instant creationDate) The date that the metric stream was created.GetMetricStreamResponse.Builder.excludeFilters(Collection<MetricStreamFilter> excludeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.GetMetricStreamResponse.Builder.excludeFilters(Consumer<MetricStreamFilter.Builder>... excludeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.GetMetricStreamResponse.Builder.excludeFilters(MetricStreamFilter... excludeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.GetMetricStreamResponse.Builder.firehoseArn(String firehoseArn) The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.GetMetricStreamResponse.Builder.includeFilters(Collection<MetricStreamFilter> includeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.GetMetricStreamResponse.Builder.includeFilters(Consumer<MetricStreamFilter.Builder>... includeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.GetMetricStreamResponse.Builder.includeFilters(MetricStreamFilter... includeFilters) If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.GetMetricStreamResponse.Builder.includeLinkedAccountsMetrics(Boolean includeLinkedAccountsMetrics) If this istrueand this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to.GetMetricStreamResponse.Builder.lastUpdateDate(Instant lastUpdateDate) The date of the most recent update to the metric stream's configuration.The name of the metric stream.GetMetricStreamResponse.Builder.outputFormat(String outputFormat) The output format for the stream.GetMetricStreamResponse.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format for the stream.The ARN of the IAM role that is used by this metric stream.The state of the metric stream.GetMetricStreamResponse.Builder.statisticsConfigurations(Collection<MetricStreamStatisticsConfiguration> statisticsConfigurations) Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.GetMetricStreamResponse.Builder.statisticsConfigurations(Consumer<MetricStreamStatisticsConfiguration.Builder>... statisticsConfigurations) Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.GetMetricStreamResponse.Builder.statisticsConfigurations(MetricStreamStatisticsConfiguration... statisticsConfigurations) Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.GetMetricStreamResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricStreamResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMetricStreamResponse.Builder>GetMetricStreamResponse.serializableBuilderClass()