public static interface GetDeploymentRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest.Builder |
deploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
|
GetDeploymentRequest.Builder |
embed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in
the response.
|
GetDeploymentRequest.Builder |
embed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in
the response.
|
GetDeploymentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDeploymentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDeploymentRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
build
requestOverrideConfig
copy
apply, build
GetDeploymentRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.GetDeploymentRequest.Builder deploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
deploymentId
- The identifier of the Deployment resource to get information about.GetDeploymentRequest.Builder embed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in
the response. In a REST API call, this embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK
and other platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
embed
- A query parameter to retrieve the specified embedded resources of the returned Deployment
resource in the response. In a REST API call, this embed
parameter value is a list of
comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.GetDeploymentRequest.Builder embed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in
the response. In a REST API call, this embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK
and other platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
embed
- A query parameter to retrieve the specified embedded resources of the returned Deployment
resource in the response. In a REST API call, this embed
parameter value is a list of
comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request
supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.GetDeploymentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetDeploymentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.