Interface RemediationExceptionResourceKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemediationExceptionResourceKey.Builder,,RemediationExceptionResourceKey> SdkBuilder<RemediationExceptionResourceKey.Builder,,RemediationExceptionResourceKey> SdkPojo
- Enclosing class:
RemediationExceptionResourceKey
public static interface RemediationExceptionResourceKey.Builder
extends SdkPojo, CopyableBuilder<RemediationExceptionResourceKey.Builder,RemediationExceptionResourceKey>
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) The ID of the resource (for example., sg-xxxxxx).resourceType(String resourceType) The type of a resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceType
The type of a resource.
- Parameters:
resourceType- The type of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of the resource (for example., sg-xxxxxx).
- Parameters:
resourceId- The ID of the resource (for example., sg-xxxxxx).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-