Interface HubContentDependency.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<HubContentDependency.Builder,HubContentDependency>
,SdkBuilder<HubContentDependency.Builder,HubContentDependency>
,SdkPojo
- Enclosing class:
- HubContentDependency
public static interface HubContentDependency.Builder extends SdkPojo, CopyableBuilder<HubContentDependency.Builder,HubContentDependency>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HubContentDependency.Builder
dependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.HubContentDependency.Builder
dependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dependencyOriginPath
HubContentDependency.Builder dependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
- Parameters:
dependencyOriginPath
- The hub content dependency origin path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyCopyPath
HubContentDependency.Builder dependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
- Parameters:
dependencyCopyPath
- The hub content dependency copy path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-