Interface ExplainabilityInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExplainabilityInfo.Builder,
,ExplainabilityInfo> SdkBuilder<ExplainabilityInfo.Builder,
,ExplainabilityInfo> SdkPojo
- Enclosing class:
ExplainabilityInfo
public static interface ExplainabilityInfo.Builder
extends SdkPojo, CopyableBuilder<ExplainabilityInfo.Builder,ExplainabilityInfo>
-
Method Summary
Modifier and TypeMethodDescriptionexplainabilityArn
(String explainabilityArn) The Amazon Resource Name (ARN) of the Explainability.The status of the Explainability.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 Details
-
explainabilityArn
The Amazon Resource Name (ARN) of the Explainability.
- Parameters:
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Explainability. States include:
-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
CREATE_STOPPING
,CREATE_STOPPED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
- Parameters:
status
- The status of the Explainability. States include:-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
CREATE_STOPPING
,CREATE_STOPPED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-