Uses of Interface
software.amazon.awssdk.services.ec2.model.AlternatePathHint.Builder
-
Packages that use AlternatePathHint.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AlternatePathHint.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AlternatePathHint.Builder Modifier and Type Method Description static AlternatePathHint.BuilderAlternatePathHint. builder()AlternatePathHint.BuilderAlternatePathHint.Builder. componentArn(String componentArn)The Amazon Resource Name (ARN) of the component.AlternatePathHint.BuilderAlternatePathHint.Builder. componentId(String componentId)The ID of the component.AlternatePathHint.BuilderAlternatePathHint. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AlternatePathHint.Builder Modifier and Type Method Description static Class<? extends AlternatePathHint.Builder>AlternatePathHint. serializableBuilderClass()
-