Interface CreateSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSessionResponse.Builder,,CreateSessionResponse> S3Response.Builder,SdkBuilder<CreateSessionResponse.Builder,,CreateSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateSessionResponse
public static interface CreateSessionResponse.Builder
extends S3Response.Builder, SdkPojo, CopyableBuilder<CreateSessionResponse.Builder,CreateSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateSessionResponse.Buildercredentials(Consumer<SessionCredentials.Builder> credentials) The established temporary security credentials for the created session.credentials(SessionCredentials credentials) The established temporary security credentials for the created session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
credentials
The established temporary security credentials for the created session.
- Parameters:
credentials- The established temporary security credentials for the created session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
The established temporary security credentials for the created session.
This is a convenience method that creates an instance of theSessionCredentials.Builderavoiding the need to create one manually viaSessionCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(SessionCredentials).- Parameters:
credentials- a consumer that will call methods onSessionCredentials.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-