Interface WorldFailure.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorldFailure.Builder,WorldFailure>,SdkBuilder<WorldFailure.Builder,WorldFailure>,SdkPojo
- Enclosing class:
- WorldFailure
public static interface WorldFailure.Builder extends SdkPojo, CopyableBuilder<WorldFailure.Builder,WorldFailure>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorldFailure.BuilderfailureCode(String failureCode)The failure code of the world export job if it failed:WorldFailure.BuilderfailureCode(WorldGenerationJobErrorCode failureCode)The failure code of the world export job if it failed:WorldFailure.BuilderfailureCount(Integer failureCount)The number of failed worlds.WorldFailure.BuildersampleFailureReason(String sampleFailureReason)The sample reason why the world failed.-
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, sdkFields
-
-
-
-
Method Detail
-
failureCode
WorldFailure.Builder failureCode(String 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:
WorldGenerationJobErrorCode,WorldGenerationJobErrorCode
-
failureCode
WorldFailure.Builder failureCode(WorldGenerationJobErrorCode 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:
WorldGenerationJobErrorCode,WorldGenerationJobErrorCode
-
sampleFailureReason
WorldFailure.Builder sampleFailureReason(String 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
WorldFailure.Builder failureCount(Integer 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.
-
-