Interface AzureDevOpsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzureDevOpsConfiguration.Builder,,AzureDevOpsConfiguration> SdkBuilder<AzureDevOpsConfiguration.Builder,,AzureDevOpsConfiguration> SdkPojo
- Enclosing class:
AzureDevOpsConfiguration
@Mutable
@NotThreadSafe
public static interface AzureDevOpsConfiguration.Builder
extends SdkPojo, CopyableBuilder<AzureDevOpsConfiguration.Builder,AzureDevOpsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionorganizationName(String organizationName) Azure DevOps organization name.Azure DevOps project ID.projectName(String projectName) Azure DevOps project name.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
-
organizationName
Azure DevOps organization name.
- Parameters:
organizationName- Azure DevOps organization name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
Azure DevOps project ID.
- Parameters:
projectId- Azure DevOps project ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
Azure DevOps project name.
- Parameters:
projectName- Azure DevOps project name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-