public static interface SubjectSummary.Builder extends SdkPojo, CopyableBuilder<SubjectSummary.Builder,SubjectSummary>
| Modifier and Type | Method and Description |
|---|---|
SubjectSummary.Builder |
createdAt(Instant createdAt)
The ISO-8601 time stamp of when the certificate was first used in a CreateSession
operation.
|
SubjectSummary.Builder |
enabled(Boolean enabled)
The enabled status of the Subject.
|
SubjectSummary.Builder |
lastSeenAt(Instant lastSeenAt)
The ISO-8601 time stamp of when the certificate was last used in a CreateSession
operation.
|
SubjectSummary.Builder |
subjectArn(String subjectArn)
The ARN of the resource.
|
SubjectSummary.Builder |
subjectId(String subjectId)
The id of the resource.
|
SubjectSummary.Builder |
updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the subject was last updated.
|
SubjectSummary.Builder |
x509Subject(String x509Subject)
The x509 principal identifier of the authenticating certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubjectSummary.Builder createdAt(Instant createdAt)
The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.
createdAt - The ISO-8601 time stamp of when the certificate was first used in a CreateSession operation.SubjectSummary.Builder enabled(Boolean enabled)
The enabled status of the Subject.
enabled - The enabled status of the Subject.SubjectSummary.Builder lastSeenAt(Instant lastSeenAt)
The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.
lastSeenAt - The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.SubjectSummary.Builder subjectArn(String subjectArn)
The ARN of the resource.
subjectArn - The ARN of the resource.SubjectSummary.Builder subjectId(String subjectId)
The id of the resource.
subjectId - The id of the resource.SubjectSummary.Builder updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the subject was last updated.
updatedAt - The ISO-8601 timestamp when the subject was last updated.SubjectSummary.Builder x509Subject(String x509Subject)
The x509 principal identifier of the authenticating certificate.
x509Subject - The x509 principal identifier of the authenticating certificate.Copyright © 2023. All rights reserved.