Interface GetVerifiedAccessEndpointPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVerifiedAccessEndpointPolicyResponse.Builder,GetVerifiedAccessEndpointPolicyResponse>,Ec2Response.Builder,SdkBuilder<GetVerifiedAccessEndpointPolicyResponse.Builder,GetVerifiedAccessEndpointPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVerifiedAccessEndpointPolicyResponse
public static interface GetVerifiedAccessEndpointPolicyResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetVerifiedAccessEndpointPolicyResponse.Builder,GetVerifiedAccessEndpointPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVerifiedAccessEndpointPolicyResponse.BuilderpolicyDocument(String policyDocument)The Verified Access policy document.GetVerifiedAccessEndpointPolicyResponse.BuilderpolicyEnabled(Boolean policyEnabled)The status of the Verified Access policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policyEnabled
GetVerifiedAccessEndpointPolicyResponse.Builder policyEnabled(Boolean policyEnabled)
The status of the Verified Access policy.
- Parameters:
policyEnabled- The status of the Verified Access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
GetVerifiedAccessEndpointPolicyResponse.Builder policyDocument(String policyDocument)
The Verified Access policy document.
- Parameters:
policyDocument- The Verified Access policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-