public static interface CustomPluginSummary.Builder extends SdkPojo, CopyableBuilder<CustomPluginSummary.Builder,CustomPluginSummary>
| Modifier and Type | Method and Description |
|---|---|
CustomPluginSummary.Builder |
creationTime(Instant creationTime)
The time that the custom plugin was created.
|
CustomPluginSummary.Builder |
customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
CustomPluginSummary.Builder |
customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
CustomPluginSummary.Builder |
customPluginState(String customPluginState)
The state of the custom plugin.
|
CustomPluginSummary.Builder |
description(String description)
A description of the custom plugin.
|
default CustomPluginSummary.Builder |
latestRevision(Consumer<CustomPluginRevisionSummary.Builder> latestRevision)
The latest revision of the custom plugin.
|
CustomPluginSummary.Builder |
latestRevision(CustomPluginRevisionSummary latestRevision)
The latest revision of the custom plugin.
|
CustomPluginSummary.Builder |
name(String name)
The name of the custom plugin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomPluginSummary.Builder creationTime(Instant creationTime)
The time that the custom plugin was created.
creationTime - The time that the custom plugin was created.CustomPluginSummary.Builder customPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn - The Amazon Resource Name (ARN) of the custom plugin.CustomPluginSummary.Builder customPluginState(String customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateCustomPluginSummary.Builder customPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState - The state of the custom plugin.CustomPluginState,
CustomPluginStateCustomPluginSummary.Builder description(String description)
A description of the custom plugin.
description - A description of the custom plugin.CustomPluginSummary.Builder latestRevision(CustomPluginRevisionSummary latestRevision)
The latest revision of the custom plugin.
latestRevision - The latest revision of the custom plugin.default CustomPluginSummary.Builder latestRevision(Consumer<CustomPluginRevisionSummary.Builder> latestRevision)
The latest revision of the custom plugin.
This is a convenience method that creates an instance of theCustomPluginRevisionSummary.Builder
avoiding the need to create one manually via CustomPluginRevisionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to latestRevision(CustomPluginRevisionSummary).
latestRevision - a consumer that will call methods on CustomPluginRevisionSummary.BuilderlatestRevision(CustomPluginRevisionSummary)CustomPluginSummary.Builder name(String name)
The name of the custom plugin.
name - The name of the custom plugin.Copyright © 2023. All rights reserved.