static GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.builder() |
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.createdAt(Instant createdAt) |
The date and time that the auth policy was created, specified in ISO-8601 format.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The date and time that the auth policy was last updated, specified in ISO-8601 format.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.policy(String policy) |
The auth policy.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.state(String state) |
The state of the auth policy.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.state(AuthPolicyState state) |
The state of the auth policy.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.toBuilder() |
|