Interface ListTemplateSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTemplateSharesRequest.Builder,ListTemplateSharesRequest>,SdkBuilder<ListTemplateSharesRequest.Builder,ListTemplateSharesRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListTemplateSharesRequest
public static interface ListTemplateSharesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListTemplateSharesRequest.Builder,ListTemplateSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplateSharesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for this request.ListTemplateSharesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListTemplateSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTemplateSharesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTemplateSharesRequest.BuildersharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.ListTemplateSharesRequest.Builderstatus(String status)Sets the value of the Status property for this object.ListTemplateSharesRequest.Builderstatus(ShareStatus status)Sets the value of the Status property for this object.ListTemplateSharesRequest.BuildertemplateArn(String templateArn)The review template ARN.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
templateArn
ListTemplateSharesRequest.Builder templateArn(String templateArn)
The review template ARN.
- Parameters:
templateArn- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWithPrefix
ListTemplateSharesRequest.Builder sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
- Parameters:
sharedWithPrefix- The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTemplateSharesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTemplateSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
- Parameters:
maxResults- The maximum number of results to return for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListTemplateSharesRequest.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
ListTemplateSharesRequest.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
overrideConfiguration
ListTemplateSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTemplateSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-