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