Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.InstanceProperty.Builder
-
Packages that use InstanceProperty.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of InstanceProperty.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return InstanceProperty.Builder Modifier and Type Method Description static InstanceProperty.BuilderInstanceProperty. builder()InstanceProperty.BuilderInstanceProperty.Builder. failed(Boolean failed)Indicates whether the temporary credential request was successful.InstanceProperty.BuilderInstanceProperty.Builder. properties(Map<String,String> properties)A list of instanceProperty objects.InstanceProperty.BuilderInstanceProperty.Builder. seenAt(Instant seenAt)The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.InstanceProperty.BuilderInstanceProperty. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type InstanceProperty.Builder Modifier and Type Method Description static Class<? extends InstanceProperty.Builder>InstanceProperty. serializableBuilderClass()
-