public static interface GetPolicyResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
Modifier and Type | Method and Description |
---|---|
GetPolicyResponse.Builder |
creationDate(Instant creationDate)
The date the policy was created.
|
GetPolicyResponse.Builder |
defaultVersionId(String defaultVersionId)
The default policy version ID.
|
GetPolicyResponse.Builder |
generationId(String generationId)
The generation ID of the policy.
|
GetPolicyResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date the policy was last modified.
|
GetPolicyResponse.Builder |
policyArn(String policyArn)
The policy ARN.
|
GetPolicyResponse.Builder |
policyDocument(String policyDocument)
The JSON document that describes the policy.
|
GetPolicyResponse.Builder |
policyName(String policyName)
The policy name.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetPolicyResponse.Builder policyName(String policyName)
The policy name.
policyName
- The policy name.GetPolicyResponse.Builder policyArn(String policyArn)
The policy ARN.
policyArn
- The policy ARN.GetPolicyResponse.Builder policyDocument(String policyDocument)
The JSON document that describes the policy.
policyDocument
- The JSON document that describes the policy.GetPolicyResponse.Builder defaultVersionId(String defaultVersionId)
The default policy version ID.
defaultVersionId
- The default policy version ID.GetPolicyResponse.Builder creationDate(Instant creationDate)
The date the policy was created.
creationDate
- The date the policy was created.GetPolicyResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date the policy was last modified.
lastModifiedDate
- The date the policy was last modified.GetPolicyResponse.Builder generationId(String generationId)
The generation ID of the policy.
generationId
- The generation ID of the policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.