Interface GetCodegenJobRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetCodegenJobRequest.Builder,GetCodegenJobRequest>,SdkBuilder<GetCodegenJobRequest.Builder,GetCodegenJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCodegenJobRequest
public static interface GetCodegenJobRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<GetCodegenJobRequest.Builder,GetCodegenJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCodegenJobRequest.BuilderappId(String appId)The unique ID of the Amplify app associated with the code generation job.GetCodegenJobRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is a part of the Amplify app associated with the code generation job.GetCodegenJobRequest.Builderid(String id)The unique ID of the code generation job.GetCodegenJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCodegenJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appId
GetCodegenJobRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the code generation job.
- Parameters:
appId- The unique ID of the Amplify app associated with the code generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
GetCodegenJobRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app associated with the code generation job.
- Parameters:
environmentName- The name of the backend environment that is a part of the Amplify app associated with the code generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetCodegenJobRequest.Builder id(String id)
The unique ID of the code generation job.
- Parameters:
id- The unique ID of the code generation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCodegenJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCodegenJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-