Interface UnprocessedNamedQueryId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>,SdkBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>,SdkPojo
- Enclosing class:
- UnprocessedNamedQueryId
public static interface UnprocessedNamedQueryId.Builder extends SdkPojo, CopyableBuilder<UnprocessedNamedQueryId.Builder,UnprocessedNamedQueryId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedNamedQueryId.BuildererrorCode(String errorCode)The error code returned when the processing request for the named query failed, if applicable.UnprocessedNamedQueryId.BuildererrorMessage(String errorMessage)The error message returned when the processing request for the named query failed, if applicable.UnprocessedNamedQueryId.BuildernamedQueryId(String namedQueryId)The unique identifier of the named query.-
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
-
namedQueryId
UnprocessedNamedQueryId.Builder namedQueryId(String namedQueryId)
The unique identifier of the named query.
- Parameters:
namedQueryId- The unique identifier of the named query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
UnprocessedNamedQueryId.Builder errorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
- Parameters:
errorCode- The error code returned when the processing request for the named query failed, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
UnprocessedNamedQueryId.Builder errorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
- Parameters:
errorMessage- The error message returned when the processing request for the named query failed, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-