| 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.
|
static Component.Builder |
Component.builder() |
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.hosts(Collection<Host> hosts)
The hosts of the component.
|
Component.Builder |
Component.Builder.hosts(Consumer<Host.Builder>... hosts)
The hosts of the component.
|
Component.Builder |
Component.Builder.hosts(Host... hosts)
The hosts of the component.
|
Component.Builder |
Component.Builder.lastUpdated(Instant lastUpdated)
The time at which the component was last updated.
|
Component.Builder |
Component.Builder.primaryHost(String primaryHost)
The primary host 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.