Interface FailedRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedRequest.Builder,FailedRequest>,SdkBuilder<FailedRequest.Builder,FailedRequest>,SdkPojo
- Enclosing class:
- FailedRequest
public static interface FailedRequest.Builder extends SdkPojo, CopyableBuilder<FailedRequest.Builder,FailedRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedRequest.BuilderclientToken(String clientToken)Sets the value of the ClientToken property for this object.FailedRequest.BuilderfailureCode(String failureCode)Sets the value of the FailureCode property for this object.FailedRequest.BuilderfailureCode(FailureCode failureCode)Sets the value of the FailureCode property for this object.FailedRequest.Builderid(String id)Sets the value of the Id property for this object.-
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
-
clientToken
FailedRequest.Builder clientToken(String clientToken)
Sets the value of the ClientToken property for this object.- Parameters:
clientToken- The new value for the ClientToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
FailedRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
FailedRequest.Builder failureCode(String failureCode)
Sets the value of the FailureCode property for this object.- Parameters:
failureCode- The new value for the FailureCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureCode,FailureCode
-
failureCode
FailedRequest.Builder failureCode(FailureCode failureCode)
Sets the value of the FailureCode property for this object.- Parameters:
failureCode- The new value for the FailureCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureCode,FailureCode
-
-