Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricStreamEntry.Builder
Packages that use MetricStreamEntry.Builder
-
Uses of MetricStreamEntry.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricStreamEntry.BuilderModifier and TypeMethodDescriptionThe ARN of the metric stream.static MetricStreamEntry.BuilderMetricStreamEntry.builder()MetricStreamEntry.Builder.creationDate(Instant creationDate) The date that the metric stream was originally created.MetricStreamEntry.Builder.firehoseArn(String firehoseArn) The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.MetricStreamEntry.Builder.lastUpdateDate(Instant lastUpdateDate) The date that the configuration of this metric stream was most recently updated.The name of the metric stream.MetricStreamEntry.Builder.outputFormat(String outputFormat) The output format of this metric stream.MetricStreamEntry.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format of this metric stream.The current state of this stream.MetricStreamEntry.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricStreamEntry.Builder>MetricStreamEntry.serializableBuilderClass()