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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateAccessPolicyResponse.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 Amazon Web Services, Inc. All Rights Reserved.