Interface ComponentState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentState.Builder,,ComponentState> SdkBuilder<ComponentState.Builder,,ComponentState> SdkPojo
- Enclosing class:
ComponentState
public static interface ComponentState.Builder
extends SdkPojo, CopyableBuilder<ComponentState.Builder,ComponentState>
-
Method Summary
Modifier and TypeMethodDescriptionserviceInstanceName(String serviceInstanceName) The name of the service instance that this component is attached to.serviceName(String serviceName) The name of the service thatserviceInstanceNameis associated with.serviceSpec(String serviceSpec) The service spec that the component uses to access service inputs.templateFile(String templateFile) The template file used.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
serviceInstanceName
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
- Parameters:
serviceInstanceName- The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The name of the service that
serviceInstanceNameis associated with. Provided when a component is attached to a service instance.- Parameters:
serviceName- The name of the service thatserviceInstanceNameis associated with. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSpec
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
- Parameters:
serviceSpec- The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateFile
The template file used.
- Parameters:
templateFile- The template file used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-