Interface CreateAccountAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateAccountAssociationResponse.Builder,
,CreateAccountAssociationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<CreateAccountAssociationResponse.Builder,
,CreateAccountAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAccountAssociationResponse
@Mutable
@NotThreadSafe
public static interface CreateAccountAssociationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateAccountAssociationResponse.Builder,CreateAccountAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountAssociationId
(String accountAssociationId) The identifier for the account association request.The Amazon Resource Name (ARN) of the account association.associationState
(String associationState) The current state of the account association request.associationState
(AssociationState associationState) The current state of the account association request.oAuthAuthorizationUrl
(String oAuthAuthorizationUrl) Third-party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.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 backed with all the required parameters to perform end-user authentication.
- Parameters:
oAuthAuthorizationUrl
- Third-party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAssociationId
The identifier for the account association request.
- Parameters:
accountAssociationId
- The identifier for the account association request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationState
The current state of the account association request.
- Parameters:
associationState
- The current state of the account association request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationState
The current state of the account association request.
- Parameters:
associationState
- The current state of the account association request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name (ARN) of the account association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the account association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-