Interface ScraperStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScraperStatus.Builder,
,ScraperStatus> SdkBuilder<ScraperStatus.Builder,
,ScraperStatus> SdkPojo
- Enclosing class:
ScraperStatus
@Mutable
@NotThreadSafe
public static interface ScraperStatus.Builder
extends SdkPojo, CopyableBuilder<ScraperStatus.Builder,ScraperStatus>
-
Method Summary
Modifier and TypeMethodDescriptionstatusCode
(String statusCodeValue) The current status of the scraper.statusCode
(ScraperStatusCode statusCodeValue) The current status of the scraper.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
-
statusCode
The current status of the scraper.
- Parameters:
statusCodeValue
- The current status of the scraper.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The current status of the scraper.
- Parameters:
statusCodeValue
- The current status of the scraper.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-