primaryHost
The primary host of the component.
- Returns:
- The primary host of the component.
Serializable
, SdkPojo
, ToCopyableBuilder<Component.Builder,Component>
The SAP component of your application.
final String
final String
arn()
final AssociatedHost
static Component.Builder
builder()
final String
final ComponentType
final String
final DatabaseConnection
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final boolean
final boolean
final int
hashCode()
final boolean
hasHosts()
final String
hosts()
final Instant
final String
final String
final Resilience
final String
final String
final String
static Class<? extends Component.Builder>
final String
sid()
final ComponentStatus
status()
final String
final String
final String
toString()
copy
The SAP System Identifier of the application component.
The SAP system number of the application component.
The parent component of a highly available environment. For example, in a highly available SAP on AWS workload, the parent component consists of the entire setup, including the child components.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.The child components of a highly available environment. For example, in a highly available SAP on AWS workload, the child component consists of the primary and secondar instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasChildComponents()
method.
The type of the component.
If the service returns an enum value that is not available in the current SDK version, componentType
will return ComponentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
componentTypeAsString()
.
The type of the component.
If the service returns an enum value that is not available in the current SDK version, componentType
will return ComponentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
componentTypeAsString()
.
The status of the component.
ACTIVATED - this status has been deprecated.
STARTING - the component is in the process of being started.
STOPPED - the component is not running.
STOPPING - the component is in the process of being stopped.
RUNNING - the component is running.
RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call GetComponent
to review the status of each child component.
UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
If the service returns an enum value that is not available in the current SDK version, status
will
return ComponentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ACTIVATED - this status has been deprecated.
STARTING - the component is in the process of being started.
STOPPED - the component is not running.
STOPPING - the component is in the process of being stopped.
RUNNING - the component is running.
RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call
GetComponent
to review the status of each child component.
UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
The status of the component.
ACTIVATED - this status has been deprecated.
STARTING - the component is in the process of being started.
STOPPED - the component is not running.
STOPPING - the component is in the process of being stopped.
RUNNING - the component is running.
RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call GetComponent
to review the status of each child component.
UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
If the service returns an enum value that is not available in the current SDK version, status
will
return ComponentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ACTIVATED - this status has been deprecated.
STARTING - the component is in the process of being started.
STOPPED - the component is not running.
STOPPING - the component is in the process of being stopped.
RUNNING - the component is running.
RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call
GetComponent
to review the status of each child component.
UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
The hostname of the component.
The SAP feature of the component.
The kernel version of the component.
The SAP HANA version of the component.
Details of the SAP HANA system replication for the component.
The associated host of the component.
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.The SAP HANA databases of the component.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDatabases()
method.
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.The hosts of the component.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasHosts()
method.
The primary host of the component.
The connection specifications for the database of the component.
The time at which the component was last updated.
The Amazon Resource Name (ARN) of the component.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Component.Builder,Component>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo