Interface GetSyncConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeConnectionsResponse.Builder,- CopyableBuilder<GetSyncConfigurationResponse.Builder,,- GetSyncConfigurationResponse> - SdkBuilder<GetSyncConfigurationResponse.Builder,,- GetSyncConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetSyncConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetSyncConfigurationResponse.Builder
extends CodeConnectionsResponse.Builder, SdkPojo, CopyableBuilder<GetSyncConfigurationResponse.Builder,GetSyncConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionsyncConfiguration(Consumer<SyncConfiguration.Builder> syncConfiguration) The details about the sync configuration for which you want to retrieve information.syncConfiguration(SyncConfiguration syncConfiguration) The details about the sync configuration for which you want to retrieve information.Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
syncConfigurationThe details about the sync configuration for which you want to retrieve information. - Parameters:
- syncConfiguration- The details about the sync configuration for which you want to retrieve information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
syncConfigurationdefault GetSyncConfigurationResponse.Builder syncConfiguration(Consumer<SyncConfiguration.Builder> syncConfiguration) The details about the sync configuration for which you want to retrieve information. This is a convenience method that creates an instance of theSyncConfiguration.Builderavoiding the need to create one manually viaSyncConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosyncConfiguration(SyncConfiguration).- Parameters:
- syncConfiguration- a consumer that will call methods on- SyncConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-