Interface HostingEnvironment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HostingEnvironment.Builder,,HostingEnvironment> SdkBuilder<HostingEnvironment.Builder,,HostingEnvironment> SdkPojo
- Enclosing class:
HostingEnvironment
@Mutable
@NotThreadSafe
public static interface HostingEnvironment.Builder
extends SdkPojo, CopyableBuilder<HostingEnvironment.Builder,HostingEnvironment>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the hosting environment.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the hosting environment.
- Parameters:
arn- The Amazon Resource Name (ARN) of the hosting environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-