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
Modifier and TypeMethodDescriptionThe name of the code repository branch where the Proton Ops file is found.The path to the Proton Ops file.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.repositoryName
(String repositoryName) The name of the repository where the Proton Ops file is found.repositoryProvider
(String repositoryProvider) The name of the repository provider where the Proton Ops file is found.repositoryProvider
(RepositoryProvider repositoryProvider) The name of the repository provider where the Proton Ops file is found.serviceName
(String serviceName) The name of the service the Proton Ops file is for.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 Details
-
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
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
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
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateServiceSyncConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-