Interface InstanceProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceProperty.Builder,InstanceProperty>,SdkBuilder<InstanceProperty.Builder,InstanceProperty>,SdkPojo
- Enclosing class:
- InstanceProperty
public static interface InstanceProperty.Builder extends SdkPojo, CopyableBuilder<InstanceProperty.Builder,InstanceProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceProperty.Builderfailed(Boolean failed)Indicates whether the temporary credential request was successful.InstanceProperty.Builderproperties(Map<String,String> properties)A list of instanceProperty objects.InstanceProperty.BuilderseenAt(Instant seenAt)The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
failed
InstanceProperty.Builder failed(Boolean failed)
Indicates whether the temporary credential request was successful.
- Parameters:
failed- Indicates whether the temporary credential request was successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
InstanceProperty.Builder properties(Map<String,String> properties)
A list of instanceProperty objects.
- Parameters:
properties- A list of instanceProperty objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
seenAt
InstanceProperty.Builder seenAt(Instant seenAt)
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
- Parameters:
seenAt- The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-