Interface StartSandboxConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<StartSandboxConnectionResponse.Builder,,StartSandboxConnectionResponse> SdkBuilder<StartSandboxConnectionResponse.Builder,,StartSandboxConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartSandboxConnectionResponse
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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
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.Builderavoiding the need to create one manually viaSSMSession.builder().When the
Consumercompletes,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:
-