Interface ScopeSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScopeSummary.Builder,,ScopeSummary> SdkBuilder<ScopeSummary.Builder,,ScopeSummary> SdkPojo
- Enclosing class:
ScopeSummary
public static interface ScopeSummary.Builder
extends SdkPojo, CopyableBuilder<ScopeSummary.Builder,ScopeSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the scope.The identifier for the scope that includes the resources you want to get data results for.The status of a scope.status(ScopeStatus status) The status of a scope.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
-
scopeId
The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.
- Parameters:
scopeId- The identifier for the scope that includes the resources you want to get data results for. A scope ID is an internally-generated identifier that includes all the resources for a specific root account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a scope. The status can be one of the following, depending on the state of scope creation:
SUCCEEDED,IN_PROGRESS, orFAILED.- Parameters:
status- The status of a scope. The status can be one of the following, depending on the state of scope creation:SUCCEEDED,IN_PROGRESS, orFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a scope. The status can be one of the following, depending on the state of scope creation:
SUCCEEDED,IN_PROGRESS, orFAILED.- Parameters:
status- The status of a scope. The status can be one of the following, depending on the state of scope creation:SUCCEEDED,IN_PROGRESS, orFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scopeArn
The Amazon Resource Name (ARN) of the scope.
- Parameters:
scopeArn- The Amazon Resource Name (ARN) of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-