Interface AssumeImpersonationRoleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssumeImpersonationRoleResponse.Builder,AssumeImpersonationRoleResponse>,SdkBuilder<AssumeImpersonationRoleResponse.Builder,AssumeImpersonationRoleResponse>,SdkPojo,SdkResponse.Builder,WorkMailResponse.Builder
- Enclosing class:
- AssumeImpersonationRoleResponse
public static interface AssumeImpersonationRoleResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<AssumeImpersonationRoleResponse.Builder,AssumeImpersonationRoleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssumeImpersonationRoleResponse.BuilderexpiresIn(Long expiresIn)The authentication token's validity, in seconds.AssumeImpersonationRoleResponse.Buildertoken(String token)The authentication token for the impersonation role.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
token
AssumeImpersonationRoleResponse.Builder token(String token)
The authentication token for the impersonation role.
- Parameters:
token- The authentication token for the impersonation role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresIn
AssumeImpersonationRoleResponse.Builder expiresIn(Long expiresIn)
The authentication token's validity, in seconds.
- Parameters:
expiresIn- The authentication token's validity, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-