Interface CustomPluginRevisionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>,SdkBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>,SdkPojo
- Enclosing class:
- CustomPluginRevisionSummary
public static interface CustomPluginRevisionSummary.Builder extends SdkPojo, CopyableBuilder<CustomPluginRevisionSummary.Builder,CustomPluginRevisionSummary>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contentType
CustomPluginRevisionSummary.Builder contentType(String contentType)
The format of the plugin file.
- Parameters:
contentType- The format of the plugin file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginContentType,CustomPluginContentType
-
contentType
CustomPluginRevisionSummary.Builder contentType(CustomPluginContentType contentType)
The format of the plugin file.
- Parameters:
contentType- The format of the plugin file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomPluginContentType,CustomPluginContentType
-
creationTime
CustomPluginRevisionSummary.Builder creationTime(Instant creationTime)
The time that the custom plugin was created.
- Parameters:
creationTime- The time that the custom plugin was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CustomPluginRevisionSummary.Builder description(String description)
The description of the custom plugin.
- Parameters:
description- The description of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileDescription
CustomPluginRevisionSummary.Builder fileDescription(CustomPluginFileDescription fileDescription)
Details about the custom plugin file.
- Parameters:
fileDescription- Details about the custom plugin file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileDescription
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.Builderavoiding the need to create one manually viaCustomPluginFileDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileDescription(CustomPluginFileDescription).- Parameters:
fileDescription- a consumer that will call methods onCustomPluginFileDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fileDescription(CustomPluginFileDescription)
-
location
CustomPluginRevisionSummary.Builder location(CustomPluginLocationDescription location)
Information about the location of the custom plugin.
- Parameters:
location- Information about the location of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
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.Builderavoiding the need to create one manually viaCustomPluginLocationDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(CustomPluginLocationDescription).- Parameters:
location- a consumer that will call methods onCustomPluginLocationDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
location(CustomPluginLocationDescription)
-
revision
CustomPluginRevisionSummary.Builder revision(Long revision)
The revision of the custom plugin.
- Parameters:
revision- The revision of the custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-