Interface WorldFailure.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorldFailure.Builder,,WorldFailure> SdkBuilder<WorldFailure.Builder,,WorldFailure> SdkPojo
- Enclosing class:
WorldFailure
-
Method Summary
Modifier and TypeMethodDescriptionfailureCode(String failureCode) The failure code of the world export job if it failed:failureCode(WorldGenerationJobErrorCode failureCode) The failure code of the world export job if it failed:failureCount(Integer failureCount) The number of failed worlds.sampleFailureReason(String sampleFailureReason) The sample reason why the world failed.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, sdkFields
-
Method Details
-
failureCode
The failure code of the world export job if it failed:
- InternalServiceError
-
Internal service error.
- LimitExceeded
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
-
The specified resource could not be found.
- RequestThrottled
-
The request was throttled.
- InvalidInput
-
An input parameter in the request is not valid.
- Parameters:
failureCode- The failure code of the world export job if it failed:- InternalServiceError
-
Internal service error.
- LimitExceeded
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
-
The specified resource could not be found.
- RequestThrottled
-
The request was throttled.
- InvalidInput
-
An input parameter in the request is not valid.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureCode
The failure code of the world export job if it failed:
- InternalServiceError
-
Internal service error.
- LimitExceeded
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
-
The specified resource could not be found.
- RequestThrottled
-
The request was throttled.
- InvalidInput
-
An input parameter in the request is not valid.
- Parameters:
failureCode- The failure code of the world export job if it failed:- InternalServiceError
-
Internal service error.
- LimitExceeded
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
-
The specified resource could not be found.
- RequestThrottled
-
The request was throttled.
- InvalidInput
-
An input parameter in the request is not valid.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sampleFailureReason
The sample reason why the world failed. World errors are aggregated. A sample is used as the
sampleFailureReason.- Parameters:
sampleFailureReason- The sample reason why the world failed. World errors are aggregated. A sample is used as thesampleFailureReason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCount
The number of failed worlds.
- Parameters:
failureCount- The number of failed worlds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-