Interface StartSandboxConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeBuildResponse.Builder
,CopyableBuilder<StartSandboxConnectionResponse.Builder,
,StartSandboxConnectionResponse> SdkBuilder<StartSandboxConnectionResponse.Builder,
,StartSandboxConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartSandboxConnectionResponse
@Mutable
@NotThreadSafe
public static interface StartSandboxConnectionResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<StartSandboxConnectionResponse.Builder,StartSandboxConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionssmSession
(Consumer<SSMSession.Builder> ssmSession) Information about the Session Manager session.ssmSession
(SSMSession ssmSession) Information about the Session Manager session.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ssmSession
Information about the Session Manager session.
- Parameters:
ssmSession
- Information about the Session Manager session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssmSession
Information about the Session Manager session.
This is a convenience method that creates an instance of theSSMSession.Builder
avoiding the need to create one manually viaSSMSession.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tossmSession(SSMSession)
.- Parameters:
ssmSession
- a consumer that will call methods onSSMSession.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-