Interface SecurityKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityKey.Builder,SecurityKey>,SdkBuilder<SecurityKey.Builder,SecurityKey>,SdkPojo
- Enclosing class:
- SecurityKey
public static interface SecurityKey.Builder extends SdkPojo, CopyableBuilder<SecurityKey.Builder,SecurityKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityKey.BuilderassociationId(String associationId)The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.SecurityKey.BuildercreationTime(Instant creationTime)When the security key was created.SecurityKey.Builderkey(String key)The key of the security key.-
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
-
associationId
SecurityKey.Builder associationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
- Parameters:
associationId- The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
SecurityKey.Builder key(String key)
The key of the security key.
- Parameters:
key- The key of the security key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
SecurityKey.Builder creationTime(Instant creationTime)
When the security key was created.
- Parameters:
creationTime- When the security key was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-