Class StatusDetails.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.StatusDetails.Builder
- Enclosing class:
- StatusDetails
public static class StatusDetails.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder. -
Method Summary
Modifier and Type Method Description StatusDetails.Builderauthenticated(Boolean authenticated)Set the authenticated.StatusDetailsbuild()Builds a StatusDetails.StatusDetails.BuildererrorMessage(String errorMessage)Set the errorMessage.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a StatusDetails.- Returns:
- the new StatusDetails instance
-
authenticated
Set the authenticated.- Parameters:
authenticated- the authenticated- Returns:
- the StatusDetails builder
-
errorMessage
Set the errorMessage.- Parameters:
errorMessage- the errorMessage- Returns:
- the StatusDetails builder
-