Interface ExpressGatewayRepositoryCredentials.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExpressGatewayRepositoryCredentials.Builder,,ExpressGatewayRepositoryCredentials> SdkBuilder<ExpressGatewayRepositoryCredentials.Builder,,ExpressGatewayRepositoryCredentials> SdkPojo
- Enclosing class:
ExpressGatewayRepositoryCredentials
@Mutable
@NotThreadSafe
public static interface ExpressGatewayRepositoryCredentials.Builder
extends SdkPojo, CopyableBuilder<ExpressGatewayRepositoryCredentials.Builder,ExpressGatewayRepositoryCredentials>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialsParameter(String credentialsParameter) The Amazon Resource Name (ARN) of the secret containing the private repository credentials.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
credentialsParameter
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
- Parameters:
credentialsParameter- The Amazon Resource Name (ARN) of the secret containing the private repository credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-