public static interface CustomPluginRevisionSummary.Builder extends SdkPojo, CopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomPluginRevisionSummary.Builder contentType(String contentType)
The format of the plugin file.
contentType - The format of the plugin file.CustomPluginContentType,
CustomPluginContentTypeCustomPluginRevisionSummary.Builder contentType(CustomPluginContentType contentType)
The format of the plugin file.
contentType - The format of the plugin file.CustomPluginContentType,
CustomPluginContentTypeCustomPluginRevisionSummary.Builder creationTime(Instant creationTime)
The time that the custom plugin was created.
creationTime - The time that the custom plugin was created.CustomPluginRevisionSummary.Builder description(String description)
The description of the custom plugin.
description - The description of the custom plugin.CustomPluginRevisionSummary.Builder fileDescription(CustomPluginFileDescription fileDescription)
Details about the custom plugin file.
fileDescription - Details about the custom plugin file.default CustomPluginRevisionSummary.Builder fileDescription(Consumer<CustomPluginFileDescription.Builder> fileDescription)
Details about the custom plugin file.
This is a convenience method that creates an instance of theCustomPluginFileDescription.Builder
avoiding the need to create one manually via CustomPluginFileDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to fileDescription(CustomPluginFileDescription).
fileDescription - a consumer that will call methods on CustomPluginFileDescription.BuilderfileDescription(CustomPluginFileDescription)CustomPluginRevisionSummary.Builder location(CustomPluginLocationDescription location)
Information about the location of the custom plugin.
location - Information about the location of the custom plugin.default CustomPluginRevisionSummary.Builder location(Consumer<CustomPluginLocationDescription.Builder> location)
Information about the location of the custom plugin.
This is a convenience method that creates an instance of theCustomPluginLocationDescription.Builder
avoiding the need to create one manually via CustomPluginLocationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to location(CustomPluginLocationDescription).
location - a consumer that will call methods on CustomPluginLocationDescription.Builderlocation(CustomPluginLocationDescription)CustomPluginRevisionSummary.Builder revision(Long revision)
The revision of the custom plugin.
revision - The revision of the custom plugin.Copyright © 2023. All rights reserved.