Interface GetPolicyResponse.Builder
-
- All Superinterfaces:
AcmPcaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>,SdkBuilder<GetPolicyResponse.Builder,GetPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPolicyResponse
public static interface GetPolicyResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPolicyResponse.Builderpolicy(String policy)The policy attached to the private CA as a JSON document.-
Methods inherited from interface software.amazon.awssdk.services.acmpca.model.AcmPcaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policy
GetPolicyResponse.Builder policy(String policy)
The policy attached to the private CA as a JSON document.
- Parameters:
policy- The policy attached to the private CA as a JSON document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-