Interface GitConfigForUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GitConfigForUpdate.Builder,,- GitConfigForUpdate> - SdkBuilder<GitConfigForUpdate.Builder,,- GitConfigForUpdate> - SdkPojo
- Enclosing class:
- GitConfigForUpdate
@Mutable
@NotThreadSafe
public static interface GitConfigForUpdate.Builder
extends SdkPojo, CopyableBuilder<GitConfigForUpdate.Builder,GitConfigForUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
secretArnThe Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENTand must be in the following format:{"username": UserName, "password": Password}- Parameters:
- secretArn- The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of- AWSCURRENTand must be in the following format:- {"username": UserName, "password": Password}
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-