Interface GetThingConnectivityDataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetThingConnectivityDataRequest.Builder,,GetThingConnectivityDataRequest> IotRequest.Builder,SdkBuilder<GetThingConnectivityDataRequest.Builder,,GetThingConnectivityDataRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetThingConnectivityDataRequest
@Mutable
@NotThreadSafe
public static interface GetThingConnectivityDataRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<GetThingConnectivityDataRequest.Builder,GetThingConnectivityDataRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeSocketInformation(Boolean includeSocketInformation) Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId) should be included in the GetThingConnectivityData response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of your IoT thing.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
thingName
The name of your IoT thing.
- Parameters:
thingName- The name of your IoT thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeSocketInformation
Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId) should be included in the GetThingConnectivityData response. Set to
trueto include socket information. Set tofalseto omit socket information. By default, this is set tofalse.- Parameters:
includeSocketInformation- Specifies if socket information (sourcePort, targetPort, sourceIp, targetIp, vpcEndpointId) should be included in the GetThingConnectivityData response. Set totrueto include socket information. Set tofalseto omit socket information. By default, this is set tofalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetThingConnectivityDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetThingConnectivityDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-