public static interface GetEndpointRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest>
Modifier and Type | Method and Description |
---|---|
GetEndpointRequest.Builder |
applicationId(String applicationId)
Sets the value of the ApplicationId property for this object.
|
GetEndpointRequest.Builder |
endpointId(String endpointId)
Sets the value of the EndpointId property for this object.
|
GetEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetEndpointRequest.Builder applicationId(String applicationId)
applicationId
- The new value for the ApplicationId property for this object.GetEndpointRequest.Builder endpointId(String endpointId)
endpointId
- The new value for the EndpointId property for this object.GetEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetEndpointRequest.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.