Interface FunctionArtifactMeta.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FunctionArtifactMeta.Builder,
,FunctionArtifactMeta> SdkBuilder<FunctionArtifactMeta.Builder,
,FunctionArtifactMeta> SdkPojo
- Enclosing class:
FunctionArtifactMeta
@Mutable
@NotThreadSafe
public static interface FunctionArtifactMeta.Builder
extends SdkPojo, CopyableBuilder<FunctionArtifactMeta.Builder,FunctionArtifactMeta>
-
Method Summary
Modifier and TypeMethodDescriptionoverrides
(Collection<ToscaOverride> overrides) Lists of function package overrides.overrides
(Consumer<ToscaOverride.Builder>... overrides) Lists of function package overrides.overrides
(ToscaOverride... overrides) Lists of function package overrides.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 Details
-
overrides
Lists of function package overrides.
- Parameters:
overrides
- Lists of function package overrides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrides
Lists of function package overrides.
- Parameters:
overrides
- Lists of function package overrides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrides
Lists of function package overrides.
This is a convenience method that creates an instance of theToscaOverride.Builder
avoiding the need to create one manually viaToscaOverride.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooverrides(List<ToscaOverride>)
.- Parameters:
overrides
- a consumer that will call methods onToscaOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-