Interface InitiateProviderRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<InitiateProviderRegistrationResponse.Builder,,InitiateProviderRegistrationResponse> SdkBuilder<InitiateProviderRegistrationResponse.Builder,,InitiateProviderRegistrationResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
InitiateProviderRegistrationResponse
@Mutable
@NotThreadSafe
public static interface InitiateProviderRegistrationResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<InitiateProviderRegistrationResponse.Builder,InitiateProviderRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe CSRF state token to use when completing the OAuth flow.redirectTo(String redirectTo) The URL to redirect the user to for completing the OAuth authorization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
redirectTo
The URL to redirect the user to for completing the OAuth authorization.
- Parameters:
redirectTo- The URL to redirect the user to for completing the OAuth authorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csrfState
The CSRF state token to use when completing the OAuth flow.
- Parameters:
csrfState- The CSRF state token to use when completing the OAuth flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-