Interface GetSyncBlockerSummaryResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeStarConnectionsResponse.Builder,CopyableBuilder<GetSyncBlockerSummaryResponse.Builder,,GetSyncBlockerSummaryResponse> SdkBuilder<GetSyncBlockerSummaryResponse.Builder,,GetSyncBlockerSummaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetSyncBlockerSummaryResponse
public static interface GetSyncBlockerSummaryResponse.Builder
extends CodeStarConnectionsResponse.Builder, SdkPojo, CopyableBuilder<GetSyncBlockerSummaryResponse.Builder,GetSyncBlockerSummaryResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsyncBlockerSummary(Consumer<SyncBlockerSummary.Builder> syncBlockerSummary) The list of sync blockers for a specified resource.syncBlockerSummary(SyncBlockerSummary syncBlockerSummary) The list of sync blockers for a specified resource.Methods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsResponse.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
syncBlockerSummary
The list of sync blockers for a specified resource.
- Parameters:
 syncBlockerSummary- The list of sync blockers for a specified resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
syncBlockerSummary
default GetSyncBlockerSummaryResponse.Builder syncBlockerSummary(Consumer<SyncBlockerSummary.Builder> syncBlockerSummary) The list of sync blockers for a specified resource.
This is a convenience method that creates an instance of theSyncBlockerSummary.Builderavoiding the need to create one manually viaSyncBlockerSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosyncBlockerSummary(SyncBlockerSummary).- Parameters:
 syncBlockerSummary- a consumer that will call methods onSyncBlockerSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -