Interface StartAccountAssociationRefreshResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartAccountAssociationRefreshResponse.Builder,
,StartAccountAssociationRefreshResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<StartAccountAssociationRefreshResponse.Builder,
,StartAccountAssociationRefreshResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartAccountAssociationRefreshResponse
@Mutable
@NotThreadSafe
public static interface StartAccountAssociationRefreshResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<StartAccountAssociationRefreshResponse.Builder,StartAccountAssociationRefreshResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoAuthAuthorizationUrl
(String oAuthAuthorizationUrl) Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
oAuthAuthorizationUrl
Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.
- Parameters:
oAuthAuthorizationUrl
- Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-