public static interface ComponentState.Builder extends SdkPojo, CopyableBuilder<ComponentState.Builder,ComponentState>
| Modifier and Type | Method and Description |
|---|---|
ComponentState.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentState.Builder |
serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
ComponentState.Builder |
serviceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
ComponentState.Builder |
templateFile(String templateFile)
The template file used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentState.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
serviceInstanceName - The name of the service instance that this component is attached to. Provided when a component is
attached to a service instance.ComponentState.Builder serviceName(String serviceName)
The name of the service that serviceInstanceName is associated with. Provided when a component
is attached to a service instance.
serviceName - The name of the service that serviceInstanceName is associated with. Provided when a
component is attached to a service instance.ComponentState.Builder serviceSpec(String serviceSpec)
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
serviceSpec - The service spec that the component uses to access service inputs. Provided when a component is
attached to a service instance.ComponentState.Builder templateFile(String templateFile)
The template file used.
templateFile - The template file used.Copyright © 2023. All rights reserved.