Interface RegistrySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrySummary.Builder,,RegistrySummary> SdkBuilder<RegistrySummary.Builder,,RegistrySummary> SdkPojo
- Enclosing class:
RegistrySummary
-
Method Summary
Modifier and TypeMethodDescriptionauthorizerType(String authorizerType) The type of authorizer used by the registry.authorizerType(RegistryAuthorizerType authorizerType) The type of authorizer used by the registry.The timestamp when the registry was created.description(String description) The description of the registry.The name of the registry.registryArn(String registryArn) The Amazon Resource Name (ARN) of the registry.registryId(String registryId) The unique identifier of the registry.The current status of the registry.status(RegistryStatus status) The current status of the registry.statusReason(String statusReason) The reason for the current status, typically set when the status is a failure state.The timestamp when the registry was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the registry.
- Parameters:
name- The name of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the registry.
- Parameters:
description- The description of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryId
The unique identifier of the registry.
- Parameters:
registryId- The unique identifier of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryArn
The Amazon Resource Name (ARN) of the registry.
- Parameters:
registryArn- The Amazon Resource Name (ARN) of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerType
The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
- Parameters:
authorizerType- The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
authorizerType
The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
- Parameters:
authorizerType- The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The current status of the registry. Possible values include
CREATING,READY,UPDATING,CREATE_FAILED,UPDATE_FAILED,DELETING, andDELETE_FAILED.- Parameters:
status- The current status of the registry. Possible values includeCREATING,READY,UPDATING,CREATE_FAILED,UPDATE_FAILED,DELETING, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the registry. Possible values include
CREATING,READY,UPDATING,CREATE_FAILED,UPDATE_FAILED,DELETING, andDELETE_FAILED.- Parameters:
status- The current status of the registry. Possible values includeCREATING,READY,UPDATING,CREATE_FAILED,UPDATE_FAILED,DELETING, andDELETE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status, typically set when the status is a failure state.
- Parameters:
statusReason- The reason for the current status, typically set when the status is a failure state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the registry was created.
- Parameters:
createdAt- The timestamp when the registry was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the registry was last updated.
- Parameters:
updatedAt- The timestamp when the registry was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-