Interface GetHubConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetHubConfigurationResponse.Builder,,GetHubConfigurationResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<GetHubConfigurationResponse.Builder,,GetHubConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetHubConfigurationResponse
public static interface GetHubConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetHubConfigurationResponse.Builder,GetHubConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhubTokenTimerExpirySettingInSeconds(Long hubTokenTimerExpirySettingInSeconds) A user-defined integer value that represents the hub token timer expiry setting in seconds.The timestamp value of when the hub configuration was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
hubTokenTimerExpirySettingInSeconds
GetHubConfigurationResponse.Builder hubTokenTimerExpirySettingInSeconds(Long hubTokenTimerExpirySettingInSeconds) A user-defined integer value that represents the hub token timer expiry setting in seconds.
- Parameters:
hubTokenTimerExpirySettingInSeconds- A user-defined integer value that represents the hub token timer expiry setting in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp value of when the hub configuration was updated.
- Parameters:
updatedAt- The timestamp value of when the hub configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-