Interface CreateAccessPolicyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateAccessPolicyResponse.Builder,,- CreateAccessPolicyResponse> - IoTSiteWiseResponse.Builder,- SdkBuilder<CreateAccessPolicyResponse.Builder,,- CreateAccessPolicyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateAccessPolicyResponse
@Mutable
@NotThreadSafe
public static interface CreateAccessPolicyResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPolicyResponse.Builder,CreateAccessPolicyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionaccessPolicyArn(String accessPolicyArn) The ARN of the access policy, which has the following format.accessPolicyId(String accessPolicyId) The ID of the access policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
accessPolicyIdThe ID of the access policy. - Parameters:
- accessPolicyId- The ID of the access policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accessPolicyArnThe ARN of the access policy, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}- Parameters:
- accessPolicyArn- The ARN of the access policy, which has the following format.- arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-