Uses of Interface
software.amazon.awssdk.services.ssmsap.model.ComponentInfo.Builder
-
Packages that use ComponentInfo.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of ComponentInfo.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return ComponentInfo.Builder Modifier and Type Method Description static ComponentInfo.BuilderComponentInfo. builder()ComponentInfo.BuilderComponentInfo.Builder. componentType(String componentType)This string is the type of the component.ComponentInfo.BuilderComponentInfo.Builder. componentType(ComponentType componentType)This string is the type of the component.ComponentInfo.BuilderComponentInfo.Builder. ec2InstanceId(String ec2InstanceId)This is the Amazon EC2 instance on which your SAP component is running.ComponentInfo.BuilderComponentInfo.Builder. sid(String sid)This string is the SAP System ID of the component.ComponentInfo.BuilderComponentInfo. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ComponentInfo.Builder Modifier and Type Method Description static Class<? extends ComponentInfo.Builder>ComponentInfo. serializableBuilderClass()
-