public static interface NonCompliantResource.Builder extends SdkPojo, CopyableBuilder<NonCompliantResource.Builder,NonCompliantResource>
| Modifier and Type | Method and Description |
|---|---|
NonCompliantResource.Builder |
additionalInfo(Map<String,String> additionalInfo)
Additional information about the non-compliant resource.
|
default NonCompliantResource.Builder |
resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information identifying the non-compliant resource.
|
NonCompliantResource.Builder |
resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
|
NonCompliantResource.Builder |
resourceType(ResourceType resourceType)
The type of the non-compliant resource.
|
NonCompliantResource.Builder |
resourceType(String resourceType)
The type of the non-compliant resource.
|
copyapplyMutation, buildNonCompliantResource.Builder resourceType(String resourceType)
The type of the non-compliant resource.
resourceType - The type of the non-compliant resource.ResourceType,
ResourceTypeNonCompliantResource.Builder resourceType(ResourceType resourceType)
The type of the non-compliant resource.
resourceType - The type of the non-compliant resource.ResourceType,
ResourceTypeNonCompliantResource.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the non-compliant resource.
resourceIdentifier - Information identifying the non-compliant resource.default NonCompliantResource.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information identifying the non-compliant 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)
Additional information about the non-compliant resource.
additionalInfo - Additional information about the non-compliant resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.