Class AccountSettings
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.AccountSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
@Generated("software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
Proton settings that are used for multiple services in the Amazon Web Services account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpipelineCodebuildRoleArn()The Amazon Resource Name (ARN) of the service role that Proton uses for provisioning pipelines.RepositoryBranchpipelineProvisioningRepository()The linked repository for pipeline provisioning.StringpipelineServiceRoleArn()The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.List<SdkField<?>>sdkFields()static Class<? extends AccountSettings.Builder>serializableBuilderClass()AccountSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
pipelineCodebuildRoleArn
public final String pipelineCodebuildRoleArn()
The Amazon Resource Name (ARN) of the service role that Proton uses for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.
- Returns:
- The Amazon Resource Name (ARN) of the service role that Proton uses for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.
-
pipelineProvisioningRepository
public final RepositoryBranch pipelineProvisioningRepository()
The linked repository for pipeline provisioning. Required if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
- Returns:
- The linked repository for pipeline provisioning. Required if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
-
pipelineServiceRoleArn
public final String pipelineServiceRoleArn()
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
- Returns:
- The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
-
toBuilder
public AccountSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSettings.Builder,AccountSettings>
-
builder
public static AccountSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
-
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.
-
-