Interface CreatePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
,IotResponse.Builder
,SdkBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreatePolicyResponse
public static interface CreatePolicyResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreatePolicyResponse.Builder,CreatePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePolicyResponse.Builder
policyArn(String policyArn)
The policy ARN.CreatePolicyResponse.Builder
policyDocument(String policyDocument)
The JSON document that describes the policy.CreatePolicyResponse.Builder
policyName(String policyName)
The policy name.CreatePolicyResponse.Builder
policyVersionId(String policyVersionId)
The policy version ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policyName
CreatePolicyResponse.Builder policyName(String policyName)
The policy name.
- Parameters:
policyName
- The policy name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
CreatePolicyResponse.Builder policyArn(String policyArn)
The policy ARN.
- Parameters:
policyArn
- The policy ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
CreatePolicyResponse.Builder policyDocument(String policyDocument)
The JSON document that describes the policy.
- Parameters:
policyDocument
- The JSON document that describes the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyVersionId
CreatePolicyResponse.Builder policyVersionId(String policyVersionId)
The policy version ID.
- Parameters:
policyVersionId
- The policy version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-