public static interface DescribeTemplatePermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTemplatePermissionsResponse.Builder,DescribeTemplatePermissionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTemplatePermissionsResponse.Builder templateId(String templateId)
The ID for the template.
templateId - The ID for the template.DescribeTemplatePermissionsResponse.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
templateArn - The Amazon Resource Name (ARN) of the template.DescribeTemplatePermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions to be set on the template.
permissions - A list of resource permissions to be set on the template.DescribeTemplatePermissionsResponse.Builder permissions(ResourcePermission... permissions)
A list of resource permissions to be set on the template.
permissions - A list of resource permissions to be set on the template.DescribeTemplatePermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions to be set on the template.
This is a convenience method that creates an instance of theResourcePermission.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
ResourcePermission.Builder#permissions(java.util.Collection) DescribeTemplatePermissionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeTemplatePermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.