Interface GetIamPortalLoginUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIamPortalLoginUrlResponse.Builder,,GetIamPortalLoginUrlResponse> DataZoneResponse.Builder,SdkBuilder<GetIamPortalLoginUrlResponse.Builder,,GetIamPortalLoginUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIamPortalLoginUrlResponse
@Mutable
@NotThreadSafe
public static interface GetIamPortalLoginUrlResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetIamPortalLoginUrlResponse.Builder,GetIamPortalLoginUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthCodeUrl(String authCodeUrl) The data portal URL of the specified Amazon DataZone domain.userProfileId(String userProfileId) The ID of the user profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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
-
authCodeUrl
The data portal URL of the specified Amazon DataZone domain.
- Parameters:
authCodeUrl- The data portal URL of the specified Amazon DataZone domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfileId
The ID of the user profile.
- Parameters:
userProfileId- The ID of the user profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-