static SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.builder() |
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.Builder.databaseName(String databaseName) |
The name of the database used for the data source.
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.Builder.failureCause(String failureCause) |
The reason for why the operation failed.
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.Builder.schemaName(String schemaName) |
The name of the schema used in the data source.
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.Builder.status(String status) |
The self granting status of the data source.
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.Builder.status(SelfGrantStatus status) |
The self granting status of the data source.
|
SelfGrantStatusDetail.Builder |
SelfGrantStatusDetail.toBuilder() |
|