public static interface GetAuthPolicyResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetAuthPolicyResponse.Builder,GetAuthPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAuthPolicyResponse.Builder |
createdAt(Instant createdAt)
The date and time that the auth policy was created, specified in ISO-8601 format.
|
GetAuthPolicyResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the auth policy was last updated, specified in ISO-8601 format.
|
GetAuthPolicyResponse.Builder |
policy(String policy)
The auth policy.
|
GetAuthPolicyResponse.Builder |
state(AuthPolicyState state)
The state of the auth policy.
|
GetAuthPolicyResponse.Builder |
state(String state)
The state of the auth policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAuthPolicyResponse.Builder createdAt(Instant createdAt)
The date and time that the auth policy was created, specified in ISO-8601 format.
createdAt - The date and time that the auth policy was created, specified in ISO-8601 format.GetAuthPolicyResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the auth policy was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the auth policy was last updated, specified in ISO-8601 format.GetAuthPolicyResponse.Builder policy(String policy)
The auth policy.
policy - The auth policy.GetAuthPolicyResponse.Builder state(String state)
The state of the auth policy. The auth policy is only active when the auth type is set to
Amazon Web Services_IAM. If you provide a policy, then authentication and authorization
decisions are made based on this policy and the client's IAM policy. If the auth type is NONE,
then any auth policy you provide will remain inactive. For more information, see Create
a service network in the Amazon VPC Lattice User Guide.
state - The state of the auth policy. The auth policy is only active when the auth type is set to
Amazon Web Services_IAM. If you provide a policy, then authentication and authorization
decisions are made based on this policy and the client's IAM policy. If the auth type is
NONE, then any auth policy you provide will remain inactive. For more information, see
Create a service network in the Amazon VPC Lattice User Guide.AuthPolicyState,
AuthPolicyStateGetAuthPolicyResponse.Builder state(AuthPolicyState state)
The state of the auth policy. The auth policy is only active when the auth type is set to
Amazon Web Services_IAM. If you provide a policy, then authentication and authorization
decisions are made based on this policy and the client's IAM policy. If the auth type is NONE,
then any auth policy you provide will remain inactive. For more information, see Create
a service network in the Amazon VPC Lattice User Guide.
state - The state of the auth policy. The auth policy is only active when the auth type is set to
Amazon Web Services_IAM. If you provide a policy, then authentication and authorization
decisions are made based on this policy and the client's IAM policy. If the auth type is
NONE, then any auth policy you provide will remain inactive. For more information, see
Create a service network in the Amazon VPC Lattice User Guide.AuthPolicyState,
AuthPolicyStateCopyright © 2023. All rights reserved.