Interface PlatformFramework.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PlatformFramework.Builder,PlatformFramework>,SdkBuilder<PlatformFramework.Builder,PlatformFramework>,SdkPojo
- Enclosing class:
- PlatformFramework
public static interface PlatformFramework.Builder extends SdkPojo, CopyableBuilder<PlatformFramework.Builder,PlatformFramework>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformFramework.Buildername(String name)The name of the framework.PlatformFramework.Builderversion(String version)The version of the framework.-
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, sdkFields
-
-
-
-
Method Detail
-
name
PlatformFramework.Builder name(String name)
The name of the framework.
- Parameters:
name- The name of the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
PlatformFramework.Builder version(String version)
The version of the framework.
- Parameters:
version- The version of the framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-