Interface BatchGetViewError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>,SdkBuilder<BatchGetViewError.Builder,BatchGetViewError>,SdkPojo
- Enclosing class:
- BatchGetViewError
public static interface BatchGetViewError.Builder extends SdkPojo, CopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetViewError.BuildererrorMessage(String errorMessage)The description of the error for the specified view.BatchGetViewError.BuilderviewArn(String viewArn)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, sdkFields
-
-
-
-
Method Detail
-
errorMessage
BatchGetViewError.Builder errorMessage(String 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
BatchGetViewError.Builder viewArn(String 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.
-
-