Interface Result.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Result.Builder,Result>,SdkBuilder<Result.Builder,Result>,SdkPojo
- Enclosing class:
- Result
public static interface Result.Builder extends SdkPojo, CopyableBuilder<Result.Builder,Result>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result.BuilderaccountId(String accountId)An Amazon Web Services account ID of the account that was not processed.Result.BuilderprocessingResult(String processingResult)The reason that the account was not processed.-
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 Detail
-
accountId
Result.Builder accountId(String accountId)
An Amazon Web Services account ID of the account that was not processed.
- Parameters:
accountId- An Amazon Web Services account ID of the account that was not processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingResult
Result.Builder processingResult(String processingResult)
The reason that the account was not processed.
- Parameters:
processingResult- The reason that the account was not processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-