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
Modifier and TypeMethodDescriptionThe ARN of the builder.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
- 
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.
 
 
 -