Interface GetFormRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetFormRequest.Builder,GetFormRequest>,SdkBuilder<GetFormRequest.Builder,GetFormRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFormRequest
public static interface GetFormRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<GetFormRequest.Builder,GetFormRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFormRequest.BuilderappId(String appId)The unique ID of the Amplify app.GetFormRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is part of the Amplify app.GetFormRequest.Builderid(String id)The unique ID of the form.GetFormRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFormRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
appId
GetFormRequest.Builder appId(String appId)
The unique ID of the Amplify app.
- Parameters:
appId- The unique ID of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
GetFormRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
- Parameters:
environmentName- The name of the backend environment that is part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetFormRequest.Builder id(String id)
The unique ID of the form.
- Parameters:
id- The unique ID of the form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFormRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFormRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-