Interface NonCompliantResource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NonCompliantResource.Builder,,- NonCompliantResource> - SdkBuilder<NonCompliantResource.Builder,,- NonCompliantResource> - SdkPojo
- Enclosing class:
- NonCompliantResource
public static interface NonCompliantResource.Builder
extends SdkPojo, CopyableBuilder<NonCompliantResource.Builder,NonCompliantResource> 
- 
Method SummaryModifier and TypeMethodDescriptionadditionalInfo(Map<String, String> additionalInfo) Other information about the noncompliant resource.default NonCompliantResource.BuilderresourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier) Information that identifies the noncompliant resource.resourceIdentifier(ResourceIdentifier resourceIdentifier) Information that identifies the noncompliant resource.resourceType(String resourceType) The type of the noncompliant resource.resourceType(ResourceType resourceType) The type of the noncompliant resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
resourceTypeThe type of the noncompliant resource. - Parameters:
- resourceType- The type of the noncompliant resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceTypeThe type of the noncompliant resource. - Parameters:
- resourceType- The type of the noncompliant resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceIdentifierInformation that identifies the noncompliant resource. - Parameters:
- resourceIdentifier- Information that identifies the noncompliant resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdentifierdefault NonCompliantResource.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier) Information that identifies the noncompliant resource. This is a convenience method that creates an instance of theResourceIdentifier.Builderavoiding the need to create one manually viaResourceIdentifier.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceIdentifier(ResourceIdentifier).- Parameters:
- resourceIdentifier- a consumer that will call methods on- ResourceIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
additionalInfoOther information about the noncompliant resource. - Parameters:
- additionalInfo- Other information about the noncompliant resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-