Interface UpdateServiceSyncConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>,ProtonRequest.Builder,SdkBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateServiceSyncConfigRequest
public static interface UpdateServiceSyncConfigRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
build
-
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
-
branch
UpdateServiceSyncConfigRequest.Builder branch(String branch)
The name of the code repository branch where the Proton Ops file is found.
- Parameters:
branch- The name of the code repository branch where the Proton Ops file is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePath
UpdateServiceSyncConfigRequest.Builder filePath(String filePath)
The path to the Proton Ops file.
- Parameters:
filePath- The path to the Proton Ops file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
UpdateServiceSyncConfigRequest.Builder repositoryName(String repositoryName)
The name of the repository where the Proton Ops file is found.
- Parameters:
repositoryName- The name of the repository where the Proton Ops file is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryProvider
UpdateServiceSyncConfigRequest.Builder repositoryProvider(String repositoryProvider)
The name of the repository provider where the Proton Ops file is found.
- Parameters:
repositoryProvider- The name of the repository provider where the Proton Ops file is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RepositoryProvider,RepositoryProvider
-
repositoryProvider
UpdateServiceSyncConfigRequest.Builder repositoryProvider(RepositoryProvider repositoryProvider)
The name of the repository provider where the Proton Ops file is found.
- Parameters:
repositoryProvider- The name of the repository provider where the Proton Ops file is found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RepositoryProvider,RepositoryProvider
-
serviceName
UpdateServiceSyncConfigRequest.Builder serviceName(String serviceName)
The name of the service the Proton Ops file is for.
- Parameters:
serviceName- The name of the service the Proton Ops file is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateServiceSyncConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateServiceSyncConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-