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
AnalyzedResource object that contains information that IAM Access Analyzer found when it
analyzed the resource. |
default GetAnalyzedResourceResponse.Builder |
resource(Consumer<AnalyzedResource.Builder> resource)
An
AnalyzedResource object that contains information that IAM Access Analyzer found when it
analyzed the resource. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnalyzedResourceResponse.Builder resource(AnalyzedResource resource)
An AnalyzedResource object that contains information that IAM Access Analyzer found when it
analyzed the resource.
resource - An AnalyzedResource object that contains information that IAM Access Analyzer found when
it analyzed the resource.default GetAnalyzedResourceResponse.Builder resource(Consumer<AnalyzedResource.Builder> resource)
An AnalyzedResource object that contains information that IAM 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 © 2022. All rights reserved.