| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Component.Builder |
Component.Builder.associatedHost(AssociatedHost associatedHost)
The associated host of the component.
|
default Component.Builder |
Component.Builder.associatedHost(Consumer<AssociatedHost.Builder> associatedHost)
The associated host of the component.
|
static Component.Builder |
Component.builder() |
Component.Builder |
Component.Builder.childComponents(Collection<String> childComponents)
The child components of a highly available environment.
|
Component.Builder |
Component.Builder.childComponents(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(ComponentType componentType)
The type of the component.
|
Component.Builder |
Component.Builder.componentType(String componentType)
The type of the component.
|
Component.Builder |
Component.Builder.databases(Collection<String> databases)
The SAP HANA databases of the component.
|
Component.Builder |
Component.Builder.databases(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.
This shape is no longer used. Please use AssociatedHost.
|
Component.Builder |
Component.Builder.hosts(Consumer<Host.Builder>... hosts)
Deprecated.
This shape is no longer used. Please use AssociatedHost.
|
Component.Builder |
Component.Builder.hosts(Host... hosts)
Deprecated.
This shape is no longer used. Please use AssociatedHost.
|
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.
This shape is no longer used. Please use AssociatedHost.
|
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.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.status(ComponentStatus status)
The status of the component.
|
Component.Builder |
Component.Builder.status(String status)
The status of the component.
|
Component.Builder |
Component.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Component.Builder> |
Component.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Consumer<Component.Builder> component)
The component of an application registered with AWS Systems Manager for SAP.
|
Copyright © 2023. All rights reserved.