| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
static SubjectDetail.Builder |
SubjectDetail.builder() |
SubjectDetail.Builder |
SubjectDetail.Builder.createdAt(Instant createdAt)
The ISO-8601 timestamp when the subject was created.
|
SubjectDetail.Builder |
SubjectDetail.Builder.credentials(Collection<CredentialSummary> credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
SubjectDetail.Builder |
SubjectDetail.Builder.credentials(Consumer<CredentialSummary.Builder>... credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
SubjectDetail.Builder |
SubjectDetail.Builder.credentials(CredentialSummary... credentials)
The temporary session credentials vended at the last authenticating call with this Subject.
|
SubjectDetail.Builder |
SubjectDetail.Builder.enabled(Boolean enabled)
The enabled status of the subject.
|
SubjectDetail.Builder |
SubjectDetail.Builder.instanceProperties(Collection<InstanceProperty> instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail.Builder |
SubjectDetail.Builder.instanceProperties(Consumer<InstanceProperty.Builder>... instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail.Builder |
SubjectDetail.Builder.instanceProperties(InstanceProperty... instanceProperties)
The specified instance properties associated with the request.
|
SubjectDetail.Builder |
SubjectDetail.Builder.lastSeenAt(Instant lastSeenAt)
The ISO-8601 timestamp of the last time this Subject requested temporary session credentials.
|
SubjectDetail.Builder |
SubjectDetail.Builder.subjectArn(String subjectArn)
The ARN of the resource.
|
SubjectDetail.Builder |
SubjectDetail.Builder.subjectId(String subjectId)
The id of the resource
|
SubjectDetail.Builder |
SubjectDetail.toBuilder() |
SubjectDetail.Builder |
SubjectDetail.Builder.updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the subject was last updated.
|
SubjectDetail.Builder |
SubjectDetail.Builder.x509Subject(String x509Subject)
The x509 principal identifier of the authenticating certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubjectDetail.Builder> |
SubjectDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSubjectResponse.Builder |
GetSubjectResponse.Builder.subject(Consumer<SubjectDetail.Builder> subject)
The state of the subject after a read or write operation.
|
Copyright © 2022. All rights reserved.