Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetComponentRequest.Builder
-
Packages that use GetComponentRequest.Builder Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type GetComponentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetComponentResponse>ImagebuilderAsyncClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets a component object.default GetComponentResponseImagebuilderClient. getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)Gets a component object. -
Uses of GetComponentRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetComponentRequest.Builder Modifier and Type Method Description static GetComponentRequest.BuilderGetComponentRequest. builder()GetComponentRequest.BuilderGetComponentRequest.Builder. componentBuildVersionArn(String componentBuildVersionArn)The Amazon Resource Name (ARN) of the component that you want to get.GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentRequest.BuilderGetComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentRequest.BuilderGetComponentRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetComponentRequest.Builder Modifier and Type Method Description static Class<? extends GetComponentRequest.Builder>GetComponentRequest. serializableBuilderClass()
-