public static interface MetricStreamEntry.Builder extends SdkPojo, CopyableBuilder<MetricStreamEntry.Builder,MetricStreamEntry>
| Modifier and Type | Method and Description |
|---|---|
MetricStreamEntry.Builder |
arn(String arn)
The ARN of the metric stream.
|
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.
|
MetricStreamEntry.Builder |
name(String name)
The name of the metric stream.
|
MetricStreamEntry.Builder |
outputFormat(MetricStreamOutputFormat outputFormat)
The output format of this metric stream.
|
MetricStreamEntry.Builder |
outputFormat(String outputFormat)
The output format of this metric stream.
|
MetricStreamEntry.Builder |
state(String state)
The current state of this stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricStreamEntry.Builder arn(String arn)
The ARN of the metric stream.
arn - The ARN of the metric stream.MetricStreamEntry.Builder creationDate(Instant creationDate)
The date that the metric stream was originally created.
creationDate - The date that the metric stream was originally created.MetricStreamEntry.Builder lastUpdateDate(Instant lastUpdateDate)
The date that the configuration of this metric stream was most recently updated.
lastUpdateDate - The date that the configuration of this metric stream was most recently updated.MetricStreamEntry.Builder name(String name)
The name of the metric stream.
name - The name of the metric stream.MetricStreamEntry.Builder firehoseArn(String firehoseArn)
The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
firehoseArn - The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.MetricStreamEntry.Builder state(String state)
The current state of this stream. Valid values are running and stopped.
state - The current state of this stream. Valid values are running and stopped.MetricStreamEntry.Builder outputFormat(String outputFormat)
The output format of this metric stream. Valid values are json and opentelemetry0.7
.
outputFormat - The output format of this metric stream. Valid values are json and
opentelemetry0.7.MetricStreamOutputFormat,
MetricStreamOutputFormatMetricStreamEntry.Builder outputFormat(MetricStreamOutputFormat outputFormat)
The output format of this metric stream. Valid values are json and opentelemetry0.7
.
outputFormat - The output format of this metric stream. Valid values are json and
opentelemetry0.7.MetricStreamOutputFormat,
MetricStreamOutputFormatCopyright © 2023. All rights reserved.