public static interface GetAnalyzedResourceResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<GetAnalyzedResourceResponse.Builder,GetAnalyzedResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnalyzedResourceResponse.Builder |
resource(AnalyzedResource resource)
An
AnalyedResource object that contains information that Access Analyzer found when it analyzed
the resource. |
default GetAnalyzedResourceResponse.Builder |
resource(Consumer<AnalyzedResource.Builder> resource)
An
AnalyedResource object that contains information that Access Analyzer found when it analyzed
the resource. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnalyzedResourceResponse.Builder resource(AnalyzedResource resource)
An AnalyedResource object that contains information that Access Analyzer found when it analyzed
the resource.
resource - An AnalyedResource object that contains information that Access Analyzer found when it
analyzed the resource.default GetAnalyzedResourceResponse.Builder resource(Consumer<AnalyzedResource.Builder> resource)
An AnalyedResource object that contains information that Access Analyzer found when it analyzed
the resource.
AnalyzedResource.Builder avoiding the need to
create one manually via AnalyzedResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resource(AnalyzedResource).resource - a consumer that will call methods on AnalyzedResource.Builderresource(AnalyzedResource)Copyright © 2020. All rights reserved.