Package software.amazon.awscdk
Class AddDockerImageAssetOptions.Builder
java.lang.Object
software.amazon.awscdk.AddDockerImageAssetOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AddDockerImageAssetOptions>
- Enclosing interface:
AddDockerImageAssetOptions
@Stability(Stable)
public static final class AddDockerImageAssetOptions.Builder
extends Object
implements software.amazon.jsii.Builder<AddDockerImageAssetOptions>
A builder for
AddDockerImageAssetOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayName(String displayName) Sets the value ofAddDockerImageAssetOptions.getDisplayName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayName
Sets the value ofAddDockerImageAssetOptions.getDisplayName()- Parameters:
displayName- A display name to associate with the asset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AddDockerImageAssetOptions>- Returns:
- a new instance of
AddDockerImageAssetOptions - Throws:
NullPointerException- if any required attribute was not provided
-