public static interface Model.Builder extends SdkPojo, CopyableBuilder<Model.Builder,Model>
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
arn(String arn)
The ARN of the model.
|
Model.Builder |
createdTime(String createdTime)
Timestamp of when the model was created.
|
Model.Builder |
description(String description)
The model description.
|
Model.Builder |
eventTypeName(String eventTypeName)
The name of the event type.
|
Model.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of last time the model was updated.
|
Model.Builder |
modelId(String modelId)
The model ID.
|
Model.Builder |
modelType(ModelTypeEnum modelType)
The model type.
|
Model.Builder |
modelType(String modelType)
The model type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModel.Builder modelId(String modelId)
The model ID.
modelId - The model ID.Model.Builder modelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumModel.Builder modelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumModel.Builder description(String description)
The model description.
description - The model description.Model.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.Model.Builder createdTime(String createdTime)
Timestamp of when the model was created.
createdTime - Timestamp of when the model was created.Model.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of last time the model was updated.
lastUpdatedTime - Timestamp of last time the model was updated.Model.Builder arn(String arn)
The ARN of the model.
arn - The ARN of the model.Copyright © 2023. All rights reserved.