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