Interface ResourceShareError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceShareError.Builder,,ResourceShareError> SdkBuilder<ResourceShareError.Builder,,ResourceShareError> SdkPojo
- Enclosing class:
ResourceShareError
@Mutable
@NotThreadSafe
public static interface ResourceShareError.Builder
extends SdkPojo, CopyableBuilder<ResourceShareError.Builder,ResourceShareError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code of the resource share.resourceShareArn(String resourceShareArn) The ARN of the resource share.The status of the resource share.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, sdkFieldNameToField, sdkFields
-
Method Details
-
errorCode
The error code of the resource share.
- Parameters:
errorCode- The error code of the resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the resource share.
- Parameters:
status- The status of the resource share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-