public static interface CreateAccessPolicyResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPolicyResponse.Builder,CreateAccessPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPolicyResponse.Builder |
accessPolicyArn(String accessPolicyArn)
The ARN of the
access policy, which has the following format.
|
CreateAccessPolicyResponse.Builder |
accessPolicyId(String accessPolicyId)
The ID of the access policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPolicyResponse.Builder accessPolicyId(String accessPolicyId)
The ID of the access policy.
accessPolicyId - The ID of the access policy.CreateAccessPolicyResponse.Builder accessPolicyArn(String accessPolicyArn)
The ARN of the access policy, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
accessPolicyArn - The ARN of
the access policy, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
Copyright © 2021. All rights reserved.