Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetComponentResponse.Builder
-
Packages that use GetComponentResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of GetComponentResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetComponentResponse.Builder Modifier and Type Method Description static GetComponentResponse.BuilderGetComponentResponse. builder()default GetComponentResponse.BuilderGetComponentResponse.Builder. component(Consumer<Component.Builder> component)The component object specified in the request.GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)The component object specified in the request.GetComponentResponse.BuilderGetComponentResponse.Builder. requestId(String requestIdValue)The request ID that uniquely identifies this request.GetComponentResponse.BuilderGetComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetComponentResponse.Builder>GetComponentResponse. serializableBuilderClass()
-