Interface BatchGetViewError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetViewError.Builder,
,BatchGetViewError> SdkBuilder<BatchGetViewError.Builder,
,BatchGetViewError> SdkPojo
- Enclosing class:
BatchGetViewError
@Mutable
@NotThreadSafe
public static interface BatchGetViewError.Builder
extends SdkPojo, CopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The description of the error for the specified view.The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
errorMessage
The description of the error for the specified view.
- Parameters:
errorMessage
- The description of the error for the specified view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewArn
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
- Parameters:
viewArn
- The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-