Interface GetGraphqlApiEnvironmentVariablesRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetGraphqlApiEnvironmentVariablesRequest.Builder,GetGraphqlApiEnvironmentVariablesRequest>
,SdkBuilder<GetGraphqlApiEnvironmentVariablesRequest.Builder,GetGraphqlApiEnvironmentVariablesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetGraphqlApiEnvironmentVariablesRequest
public static interface GetGraphqlApiEnvironmentVariablesRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<GetGraphqlApiEnvironmentVariablesRequest.Builder,GetGraphqlApiEnvironmentVariablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGraphqlApiEnvironmentVariablesRequest.Builder
apiId(String apiId)
The ID of the API from which the environmental variable list will be retrieved.GetGraphqlApiEnvironmentVariablesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetGraphqlApiEnvironmentVariablesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.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
-
apiId
GetGraphqlApiEnvironmentVariablesRequest.Builder apiId(String apiId)
The ID of the API from which the environmental variable list will be retrieved.
- Parameters:
apiId
- The ID of the API from which the environmental variable list will be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGraphqlApiEnvironmentVariablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetGraphqlApiEnvironmentVariablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-