Interface GetTemplateSyncConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTemplateSyncConfigResponse.Builder,GetTemplateSyncConfigResponse>,ProtonResponse.Builder,SdkBuilder<GetTemplateSyncConfigResponse.Builder,GetTemplateSyncConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTemplateSyncConfigResponse
public static interface GetTemplateSyncConfigResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateSyncConfigResponse.Builder,GetTemplateSyncConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTemplateSyncConfigResponse.BuildertemplateSyncConfig(Consumer<TemplateSyncConfig.Builder> templateSyncConfig)The template sync configuration detail data that's returned by Proton.GetTemplateSyncConfigResponse.BuildertemplateSyncConfig(TemplateSyncConfig templateSyncConfig)The template sync configuration detail data that's returned by Proton.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
templateSyncConfig
GetTemplateSyncConfigResponse.Builder templateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
- Parameters:
templateSyncConfig- The template sync configuration detail data that's returned by Proton.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateSyncConfig
default GetTemplateSyncConfigResponse.Builder templateSyncConfig(Consumer<TemplateSyncConfig.Builder> templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
This is a convenience method that creates an instance of theTemplateSyncConfig.Builderavoiding the need to create one manually viaTemplateSyncConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totemplateSyncConfig(TemplateSyncConfig).- Parameters:
templateSyncConfig- a consumer that will call methods onTemplateSyncConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
templateSyncConfig(TemplateSyncConfig)
-
-