Class UpdateSyncConfigurationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.UpdateSyncConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSyncConfigurationRequest extends CodeStarConnectionsRequest implements ToCopyableBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSyncConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbranch()The branch for the sync configuration to be updated.static UpdateSyncConfigurationRequest.Builderbuilder()StringconfigFile()The configuration file for the sync configuration to be updated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PublishDeploymentStatuspublishDeploymentStatus()Whether to enable or disable publishing of deployment status to source providers.StringpublishDeploymentStatusAsString()Whether to enable or disable publishing of deployment status to source providers.StringrepositoryLinkId()The ID of the repository link for the sync configuration to be updated.StringresourceName()The name of the Amazon Web Services resource for the sync configuration to be updated.StringroleArn()The ARN of the IAM role for the sync configuration to be updated.List<SdkField<?>>sdkFields()static Class<? extends UpdateSyncConfigurationRequest.Builder>serializableBuilderClass()SyncConfigurationTypesyncType()The sync type for the sync configuration to be updated.StringsyncTypeAsString()The sync type for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.TriggerResourceUpdateOntriggerResourceUpdateOn()When to trigger Git sync to begin the stack update.StringtriggerResourceUpdateOnAsString()When to trigger Git sync to begin the stack update.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
branch
public final String branch()
The branch for the sync configuration to be updated.
- Returns:
- The branch for the sync configuration to be updated.
-
configFile
public final String configFile()
The configuration file for the sync configuration to be updated.
- Returns:
- The configuration file for the sync configuration to be updated.
-
repositoryLinkId
public final String repositoryLinkId()
The ID of the repository link for the sync configuration to be updated.
- Returns:
- The ID of the repository link for the sync configuration to be updated.
-
resourceName
public final String resourceName()
The name of the Amazon Web Services resource for the sync configuration to be updated.
- Returns:
- The name of the Amazon Web Services resource for the sync configuration to be updated.
-
roleArn
public final String roleArn()
The ARN of the IAM role for the sync configuration to be updated.
- Returns:
- The ARN of the IAM role for the sync configuration to be updated.
-
syncType
public final SyncConfigurationType syncType()
The sync type for the sync configuration to be updated.
If the service returns an enum value that is not available in the current SDK version,
syncTypewill returnSyncConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsyncTypeAsString().- Returns:
- The sync type for the sync configuration to be updated.
- See Also:
SyncConfigurationType
-
syncTypeAsString
public final String syncTypeAsString()
The sync type for the sync configuration to be updated.
If the service returns an enum value that is not available in the current SDK version,
syncTypewill returnSyncConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsyncTypeAsString().- Returns:
- The sync type for the sync configuration to be updated.
- See Also:
SyncConfigurationType
-
publishDeploymentStatus
public final PublishDeploymentStatus publishDeploymentStatus()
Whether to enable or disable publishing of deployment status to source providers.
If the service returns an enum value that is not available in the current SDK version,
publishDeploymentStatuswill returnPublishDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublishDeploymentStatusAsString().- Returns:
- Whether to enable or disable publishing of deployment status to source providers.
- See Also:
PublishDeploymentStatus
-
publishDeploymentStatusAsString
public final String publishDeploymentStatusAsString()
Whether to enable or disable publishing of deployment status to source providers.
If the service returns an enum value that is not available in the current SDK version,
publishDeploymentStatuswill returnPublishDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublishDeploymentStatusAsString().- Returns:
- Whether to enable or disable publishing of deployment status to source providers.
- See Also:
PublishDeploymentStatus
-
triggerResourceUpdateOn
public final TriggerResourceUpdateOn triggerResourceUpdateOn()
When to trigger Git sync to begin the stack update.
If the service returns an enum value that is not available in the current SDK version,
triggerResourceUpdateOnwill returnTriggerResourceUpdateOn.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtriggerResourceUpdateOnAsString().- Returns:
- When to trigger Git sync to begin the stack update.
- See Also:
TriggerResourceUpdateOn
-
triggerResourceUpdateOnAsString
public final String triggerResourceUpdateOnAsString()
When to trigger Git sync to begin the stack update.
If the service returns an enum value that is not available in the current SDK version,
triggerResourceUpdateOnwill returnTriggerResourceUpdateOn.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtriggerResourceUpdateOnAsString().- Returns:
- When to trigger Git sync to begin the stack update.
- See Also:
TriggerResourceUpdateOn
-
toBuilder
public UpdateSyncConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>- Specified by:
toBuilderin classCodeStarConnectionsRequest
-
builder
public static UpdateSyncConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSyncConfigurationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-