Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
static OpsItemDataValue.Builder |
OpsItemDataValue.builder() |
OpsItemDataValue.Builder |
OpsItemDataValue.toBuilder() |
OpsItemDataValue.Builder |
OpsItemDataValue.Builder.type(OpsItemDataType type)
The type of key-value pair.
|
OpsItemDataValue.Builder |
OpsItemDataValue.Builder.type(String type)
The type of key-value pair.
|
OpsItemDataValue.Builder |
OpsItemDataValue.Builder.value(String value)
The value of the OperationalData key.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends OpsItemDataValue.Builder> |
OpsItemDataValue.serializableBuilderClass() |
Copyright © 2020. All rights reserved.