Interface AwsConsoleLinkParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsConsoleLinkParameters.Builder,AwsConsoleLinkParameters>,SdkBuilder<AwsConsoleLinkParameters.Builder,AwsConsoleLinkParameters>,SdkPojo
- Enclosing class:
- AwsConsoleLinkParameters
public static interface AwsConsoleLinkParameters.Builder extends SdkPojo, CopyableBuilder<AwsConsoleLinkParameters.Builder,AwsConsoleLinkParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsConsoleLinkParameters.Builderuri(String uri)The URI of the console link specified as part of the environment action.-
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, sdkFields
-
-
-
-
Method Detail
-
uri
AwsConsoleLinkParameters.Builder uri(String uri)
The URI of the console link specified as part of the environment action.
- Parameters:
uri- The URI of the console link specified as part of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-