| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
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(AuthPolicyState state)
The state of the auth policy.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.Builder.state(String state)
The state of the auth policy.
|
GetAuthPolicyResponse.Builder |
GetAuthPolicyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAuthPolicyResponse.Builder> |
GetAuthPolicyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.