Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.Resource.Builder
-
Packages that use Resource.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of Resource.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return Resource.Builder Modifier and Type Method Description Resource.BuilderResource.Builder. arn(String arn)The Amazon resource name (ARN) of the resource.Resource.BuilderResource.Builder. associationTime(Instant associationTime)The time the resource was associated with the application.static Resource.BuilderResource. builder()default Resource.BuilderResource.Builder. integrations(Consumer<ResourceIntegrations.Builder> integrations)The service integration information about the resource.Resource.BuilderResource.Builder. integrations(ResourceIntegrations integrations)The service integration information about the resource.Resource.BuilderResource.Builder. name(String name)The name of the resource.Resource.BuilderResource. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type Resource.Builder Modifier and Type Method Description static Class<? extends Resource.Builder>Resource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type Resource.Builder Modifier and Type Method Description default GetAssociatedResourceResponse.BuilderGetAssociatedResourceResponse.Builder. resource(Consumer<Resource.Builder> resource)The resource associated with the application.
-