Component.Builder |
Component.Builder.applicationId(String applicationId) |
The ID of the application.
|
Component.Builder |
Component.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the component.
|
default Component.Builder |
Component.Builder.associatedHost(Consumer<AssociatedHost.Builder> associatedHost) |
The associated host of the component.
|
Component.Builder |
Component.Builder.associatedHost(AssociatedHost associatedHost) |
The associated host of the component.
|
static Component.Builder |
Component.builder() |
|
Component.Builder |
Component.Builder.childComponents(String... childComponents) |
The child components of a highly available environment.
|
Component.Builder |
Component.Builder.childComponents(Collection<String> childComponents) |
The child components of a highly available environment.
|
Component.Builder |
Component.Builder.componentId(String componentId) |
The ID of the component.
|
Component.Builder |
Component.Builder.componentType(String componentType) |
The type of the component.
|
Component.Builder |
Component.Builder.componentType(ComponentType componentType) |
The type of the component.
|
default Component.Builder |
Component.Builder.databaseConnection(Consumer<DatabaseConnection.Builder> databaseConnection) |
The connection specifications for the database of the component.
|
Component.Builder |
Component.Builder.databaseConnection(DatabaseConnection databaseConnection) |
The connection specifications for the database of the component.
|
Component.Builder |
Component.Builder.databases(String... databases) |
The SAP HANA databases of the component.
|
Component.Builder |
Component.Builder.databases(Collection<String> databases) |
The SAP HANA databases of the component.
|
Component.Builder |
Component.Builder.hdbVersion(String hdbVersion) |
The SAP HANA version of the component.
|
Component.Builder |
Component.Builder.hosts(Collection<Host> hosts) |
Deprecated.
|
Component.Builder |
Component.Builder.hosts(Consumer<Host.Builder>... hosts) |
Deprecated.
|
Component.Builder |
Component.Builder.hosts(Host... hosts) |
Deprecated.
|
Component.Builder |
Component.Builder.lastUpdated(Instant lastUpdated) |
The time at which the component was last updated.
|
Component.Builder |
Component.Builder.parentComponent(String parentComponent) |
The parent component of a highly available environment.
|
Component.Builder |
Component.Builder.primaryHost(String primaryHost) |
Deprecated.
|
default Component.Builder |
Component.Builder.resilience(Consumer<Resilience.Builder> resilience) |
Details of the SAP HANA system replication for the component.
|
Component.Builder |
Component.Builder.resilience(Resilience resilience) |
Details of the SAP HANA system replication for the component.
|
Component.Builder |
Component.Builder.sapFeature(String sapFeature) |
The SAP feature of the component.
|
Component.Builder |
Component.Builder.sapHostname(String sapHostname) |
The hostname of the component.
|
Component.Builder |
Component.Builder.sapKernelVersion(String sapKernelVersion) |
The kernel version of the component.
|
Component.Builder |
Component.Builder.sid(String sid) |
The SAP System Identifier of the application component.
|
Component.Builder |
Component.Builder.status(String status) |
The status of the component.
|
Component.Builder |
Component.Builder.status(ComponentStatus status) |
The status of the component.
|
Component.Builder |
Component.Builder.systemNumber(String systemNumber) |
The SAP system number of the application component.
|
Component.Builder |
Component.toBuilder() |
|