Interface GetServiceEndpointRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetServiceEndpointRequest.Builder,,- GetServiceEndpointRequest> - IotWirelessRequest.Builder,- SdkBuilder<GetServiceEndpointRequest.Builder,,- GetServiceEndpointRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetServiceEndpointRequest
@Mutable
@NotThreadSafe
public static interface GetServiceEndpointRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetServiceEndpointRequest.Builder,GetServiceEndpointRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceType(String serviceType) The service type for which to get endpoint information about.serviceType(WirelessGatewayServiceType serviceType) The service type for which to get endpoint information about.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
serviceTypeThe service type for which to get endpoint information about. Can be CUPSfor the Configuration and Update Server endpoint, orLNSfor the LoRaWAN Network Server endpoint.- Parameters:
- serviceType- The service type for which to get endpoint information about. Can be- CUPSfor the Configuration and Update Server endpoint, or- LNSfor the LoRaWAN Network Server endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceTypeThe service type for which to get endpoint information about. Can be CUPSfor the Configuration and Update Server endpoint, orLNSfor the LoRaWAN Network Server endpoint.- Parameters:
- serviceType- The service type for which to get endpoint information about. Can be- CUPSfor the Configuration and Update Server endpoint, or- LNSfor the LoRaWAN Network Server endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationGetServiceEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetServiceEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-