public static interface InstanceProperty.Builder extends SdkPojo, CopyableBuilder<InstanceProperty.Builder,InstanceProperty>
| Modifier and Type | Method and Description |
|---|---|
InstanceProperty.Builder |
failed(Boolean failed)
Indicates whether the CreateSession
operation was successful.
|
InstanceProperty.Builder |
properties(Map<String,String> properties)
A list of instanceProperty objects.
|
InstanceProperty.Builder |
seenAt(Instant seenAt)
The ISO-8601 time stamp of when the certificate was last used in a CreateSession
operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceProperty.Builder failed(Boolean failed)
Indicates whether the CreateSession operation was successful.
failed - Indicates whether the CreateSession operation was successful.InstanceProperty.Builder properties(Map<String,String> properties)
A list of instanceProperty objects.
properties - A list of instanceProperty objects.InstanceProperty.Builder seenAt(Instant seenAt)
The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
seenAt - The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.Copyright © 2022. All rights reserved.