Uses of Interface
software.amazon.awssdk.services.migrationhub.model.SourceResource.Builder
-
Packages that use SourceResource.Builder Package Description software.amazon.awssdk.services.migrationhub.model -
-
Uses of SourceResource.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return SourceResource.Builder Modifier and Type Method Description static SourceResource.BuilderSourceResource. builder()SourceResource.BuilderSourceResource.Builder. description(String description)A description that can be free-form text to record additional detail about the resource for clarity or later reference.SourceResource.BuilderSourceResource.Builder. name(String name)This is the name that you want to use to identify the resource.SourceResource.BuilderSourceResource.Builder. statusDetail(String statusDetail)A free-form description of the status of the resource.SourceResource.BuilderSourceResource. toBuilder()Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type SourceResource.Builder Modifier and Type Method Description static Class<? extends SourceResource.Builder>SourceResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type SourceResource.Builder Modifier and Type Method Description default AssociateSourceResourceRequest.BuilderAssociateSourceResourceRequest.Builder. sourceResource(Consumer<SourceResource.Builder> sourceResource)The source resource that you want to associate.
-