public static interface GetRoleCredentialsResponse.Builder extends SsoResponse.Builder, SdkPojo, CopyableBuilder<GetRoleCredentialsResponse.Builder,GetRoleCredentialsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRoleCredentialsResponse.Builder |
roleCredentials(Consumer<RoleCredentials.Builder> roleCredentials)
The credentials for the role that is assigned to the user.
|
GetRoleCredentialsResponse.Builder |
roleCredentials(RoleCredentials roleCredentials)
The credentials for the role that is assigned to the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRoleCredentialsResponse.Builder roleCredentials(RoleCredentials roleCredentials)
The credentials for the role that is assigned to the user.
roleCredentials - The credentials for the role that is assigned to the user.default GetRoleCredentialsResponse.Builder roleCredentials(Consumer<RoleCredentials.Builder> roleCredentials)
The credentials for the role that is assigned to the user.
This is a convenience that creates an instance of theRoleCredentials.Builder avoiding the need to
create one manually via RoleCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to roleCredentials(RoleCredentials).roleCredentials - a consumer that will call methods on RoleCredentials.BuilderroleCredentials(RoleCredentials)Copyright © 2020. All rights reserved.