public static interface PutAuthPolicyResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<PutAuthPolicyResponse.Builder,PutAuthPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutAuthPolicyResponse.Builder |
policy(String policy)
The auth policy.
|
PutAuthPolicyResponse.Builder |
state(AuthPolicyState state)
The state of the auth policy.
|
PutAuthPolicyResponse.Builder |
state(String state)
The state of the auth policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAuthPolicyResponse.Builder policy(String policy)
The auth policy. The policy string in JSON must not contain newlines or blank lines.
policy - The auth policy. The policy string in JSON must not contain newlines or blank lines.PutAuthPolicyResponse.Builder state(String state)
The state of the auth policy. The auth policy is only active when the auth type is set to
AWS_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
AWS_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,
AuthPolicyStatePutAuthPolicyResponse.Builder state(AuthPolicyState state)
The state of the auth policy. The auth policy is only active when the auth type is set to
AWS_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
AWS_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.