Interface AlternatePathHint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlternatePathHint.Builder,AlternatePathHint>,SdkBuilder<AlternatePathHint.Builder,AlternatePathHint>,SdkPojo
- Enclosing class:
- AlternatePathHint
@Mutable @NotThreadSafe public static interface AlternatePathHint.Builder extends SdkPojo, CopyableBuilder<AlternatePathHint.Builder,AlternatePathHint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlternatePathHint.BuildercomponentArn(String componentArn)The Amazon Resource Name (ARN) of the component.AlternatePathHint.BuildercomponentId(String componentId)The ID of the component.-
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
-
componentId
AlternatePathHint.Builder componentId(String componentId)
The ID of the component.
- Parameters:
componentId- The ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentArn
AlternatePathHint.Builder componentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
- Parameters:
componentArn- The Amazon Resource Name (ARN) of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-