Interface GetHubConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetHubConfigurationResponse.Builder,,- GetHubConfigurationResponse> - IotManagedIntegrationsResponse.Builder,- SdkBuilder<GetHubConfigurationResponse.Builder,,- GetHubConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetHubConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetHubConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetHubConfigurationResponse.Builder,GetHubConfigurationResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
hubTokenTimerExpirySettingInSecondsGetHubConfigurationResponse.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.
 
- 
updatedAtThe 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.
 
 
-