public static interface NonCompliantResource.Builder extends SdkPojo, CopyableBuilder<NonCompliantResource.Builder,NonCompliantResource>
| Modifier and Type | Method and Description |
|---|---|
NonCompliantResource.Builder |
additionalInfo(Map<String,String> additionalInfo)
Other information about the noncompliant resource.
|
default NonCompliantResource.Builder |
resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information that identifies the noncompliant resource.
|
NonCompliantResource.Builder |
resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
|
NonCompliantResource.Builder |
resourceType(ResourceType resourceType)
The type of the noncompliant resource.
|
NonCompliantResource.Builder |
resourceType(String resourceType)
The type of the noncompliant resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNonCompliantResource.Builder resourceType(String resourceType)
The type of the noncompliant resource.
resourceType - The type of the noncompliant resource.ResourceType,
ResourceTypeNonCompliantResource.Builder resourceType(ResourceType resourceType)
The type of the noncompliant resource.
resourceType - The type of the noncompliant resource.ResourceType,
ResourceTypeNonCompliantResource.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
resourceIdentifier - Information that identifies the noncompliant resource.default NonCompliantResource.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information that identifies the noncompliant resource.
This is a convenience that creates an instance of theResourceIdentifier.Builder avoiding the need to
create one manually via ResourceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceIdentifier(ResourceIdentifier).resourceIdentifier - a consumer that will call methods on ResourceIdentifier.BuilderresourceIdentifier(ResourceIdentifier)NonCompliantResource.Builder additionalInfo(Map<String,String> additionalInfo)
Other information about the noncompliant resource.
additionalInfo - Other information about the noncompliant resource.Copyright © 2021. All rights reserved.