Class CreateSyncConfigurationRequest
- 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.CreateSyncConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateSyncConfigurationRequest.Builder,CreateSyncConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateSyncConfigurationRequest extends CodeStarConnectionsRequest implements ToCopyableBuilder<CreateSyncConfigurationRequest.Builder,CreateSyncConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateSyncConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbranch()The branch in the repository from which changes will be synced.static CreateSyncConfigurationRequest.Builderbuilder()StringconfigFile()The file name of the configuration file that manages syncing between the connection and the repository.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrepositoryLinkId()The ID of the repository link created for the connection.StringresourceName()The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.StringroleArn()The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.List<SdkField<?>>sdkFields()static Class<? extends CreateSyncConfigurationRequest.Builder>serializableBuilderClass()SyncConfigurationTypesyncType()The type of sync configuration.StringsyncTypeAsString()The type of sync configuration.CreateSyncConfigurationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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 in the repository from which changes will be synced.
- Returns:
- The branch in the repository from which changes will be synced.
-
configFile
public final String configFile()
The file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.
- Returns:
- The file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.
-
repositoryLinkId
public final String repositoryLinkId()
The ID of the repository link created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
- Returns:
- The ID of the repository link created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
-
resourceName
public final String resourceName()
The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
- Returns:
- The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
-
roleArn
public final String roleArn()
The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
- Returns:
- The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
-
syncType
public final SyncConfigurationType syncType()
The type of sync configuration.
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 type of sync configuration.
- See Also:
SyncConfigurationType
-
syncTypeAsString
public final String syncTypeAsString()
The type of sync configuration.
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 type of sync configuration.
- See Also:
SyncConfigurationType
-
toBuilder
public CreateSyncConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateSyncConfigurationRequest.Builder,CreateSyncConfigurationRequest>- Specified by:
toBuilderin classCodeStarConnectionsRequest
-
builder
public static CreateSyncConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateSyncConfigurationRequest.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
-
-