Interface ScopeSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScopeSummary.Builder,,ScopeSummary> SdkBuilder<ScopeSummary.Builder,,ScopeSummary> SdkPojo
- Enclosing class:
ScopeSummary
@Mutable
@NotThreadSafe
public static interface ScopeSummary.Builder
extends SdkPojo, CopyableBuilder<ScopeSummary.Builder,ScopeSummary>
-
Method Summary
Modifier and TypeMethodDescriptionhasPublishedVersion(Boolean hasPublishedVersion) Specifies whether a published version of the resource exists.The Amazon Resource Name (ARN) of the scope.The service-generated id of the scope.The name of the scope.The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).status(EntityStatus status) The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).The time when the resource was last updated.The version of the resource.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 service-generated id of the scope.
- Parameters:
scopeId- The service-generated id of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
scopeName
The name of the scope.
- Parameters:
scopeName- The name of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the resource:
DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).- Parameters:
status- The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the resource:
DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).- Parameters:
status- The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the resource.
- Parameters:
version- The version of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasPublishedVersion
Specifies whether a published version of the resource exists.
- Parameters:
hasPublishedVersion- Specifies whether a published version of the resource exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
- Parameters:
updatedAt- The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-