public static interface PutMetadataFlagRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<PutMetadataFlagRequest.Builder,PutMetadataFlagRequest>
| Modifier and Type | Method and Description |
|---|---|
PutMetadataFlagRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
default PutMetadataFlagRequest.Builder |
body(Consumer<PutMetadataFlagBody.Builder> body)
The metadata information to store.
|
PutMetadataFlagRequest.Builder |
body(PutMetadataFlagBody body)
The metadata information to store.
|
PutMetadataFlagRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
PutMetadataFlagRequest.Builder |
featureName(String featureName)
The name of the feature associated with the metadata.
|
PutMetadataFlagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutMetadataFlagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutMetadataFlagRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.PutMetadataFlagRequest.Builder body(PutMetadataFlagBody body)
The metadata information to store.
body - The metadata information to store.default PutMetadataFlagRequest.Builder body(Consumer<PutMetadataFlagBody.Builder> body)
The metadata information to store.
This is a convenience method that creates an instance of thePutMetadataFlagBody.Builder avoiding the
need to create one manually via PutMetadataFlagBody.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to body(PutMetadataFlagBody).
body - a consumer that will call methods on PutMetadataFlagBody.Builderbody(PutMetadataFlagBody)PutMetadataFlagRequest.Builder environmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName - The name of the backend environment that is part of the Amplify app.PutMetadataFlagRequest.Builder featureName(String featureName)
The name of the feature associated with the metadata.
featureName - The name of the feature associated with the metadata.PutMetadataFlagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutMetadataFlagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.