public static interface IntentMetadata.Builder extends CopyableBuilder<IntentMetadata.Builder,IntentMetadata>
Modifier and Type | Method and Description |
---|---|
IntentMetadata.Builder |
createdDate(Instant createdDate)
The date that the intent was created.
|
IntentMetadata.Builder |
description(String description)
A description of the intent.
|
IntentMetadata.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the intent was updated.
|
IntentMetadata.Builder |
name(String name)
The name of the intent.
|
IntentMetadata.Builder |
version(String version)
The version of the intent.
|
copy
applyMutation, build
IntentMetadata.Builder name(String name)
The name of the intent.
name
- The name of the intent.IntentMetadata.Builder description(String description)
A description of the intent.
description
- A description of the intent.IntentMetadata.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
lastUpdatedDate
- The date that the intent was updated. When you create an intent, the creation date and last updated
date are the same.IntentMetadata.Builder createdDate(Instant createdDate)
The date that the intent was created.
createdDate
- The date that the intent was created.IntentMetadata.Builder version(String version)
The version of the intent.
version
- The version of the intent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.