public static interface DescribeResourceResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourceResponse.Builder,DescribeResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeResourceResponse.Builder |
resourceInfo(Consumer<ResourceInfo.Builder> resourceInfo)
A structure containing information about an AWS Lake Formation resource.
|
DescribeResourceResponse.Builder |
resourceInfo(ResourceInfo resourceInfo)
A structure containing information about an AWS Lake Formation resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeResourceResponse.Builder resourceInfo(ResourceInfo resourceInfo)
A structure containing information about an AWS Lake Formation resource.
resourceInfo - A structure containing information about an AWS Lake Formation resource.default DescribeResourceResponse.Builder resourceInfo(Consumer<ResourceInfo.Builder> resourceInfo)
A structure containing information about an AWS Lake Formation resource.
This is a convenience that creates an instance of theResourceInfo.Builder avoiding the need to
create one manually via ResourceInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceInfo(ResourceInfo).resourceInfo - a consumer that will call methods on ResourceInfo.BuilderresourceInfo(ResourceInfo)Copyright © 2019. All rights reserved.