Class ActionBindOptions.Builder
java.lang.Object
software.amazon.awscdk.services.codepipeline.ActionBindOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ActionBindOptions>
- Enclosing interface:
- ActionBindOptions
@Stability(Stable)
public static final class ActionBindOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ActionBindOptions>
A builder for
ActionBindOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofActionBindOptions.getBucket()build()Builds the configured instance.Sets the value ofActionBindOptions.getRole()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
Sets the value ofActionBindOptions.getBucket()- Parameters:
bucket- the value to be set. This parameter is required.- Returns:
this
-
role
Sets the value ofActionBindOptions.getRole()- Parameters:
role- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ActionBindOptions>- Returns:
- a new instance of
ActionBindOptions - Throws:
NullPointerException- if any required attribute was not provided
-