Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ImportComponentResponse.Builder
-
Packages that use ImportComponentResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ImportComponentResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ImportComponentResponse.Builder Modifier and Type Method Description static ImportComponentResponse.BuilderImportComponentResponse. builder()ImportComponentResponse.BuilderImportComponentResponse.Builder. clientToken(String clientToken)The client token that uniquely identifies the request.ImportComponentResponse.BuilderImportComponentResponse.Builder. componentBuildVersionArn(String componentBuildVersionArn)The Amazon Resource Name (ARN) of the imported component.ImportComponentResponse.BuilderImportComponentResponse.Builder. requestId(String requestIdValue)The request ID that uniquely identifies this request.ImportComponentResponse.BuilderImportComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ImportComponentResponse.Builder Modifier and Type Method Description static Class<? extends ImportComponentResponse.Builder>ImportComponentResponse. serializableBuilderClass()
-