Interface OpsItemIdentity.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OpsItemIdentity.Builder,,OpsItemIdentity> SdkBuilder<OpsItemIdentity.Builder,,OpsItemIdentity> SdkPojo
- Enclosing class:
 OpsItemIdentity
public static interface OpsItemIdentity.Builder
extends SdkPojo, CopyableBuilder<OpsItemIdentity.Builder,OpsItemIdentity> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.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
- 
arn
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -