AWS SDK for .NET Documentation
WithBucketRegion Method (bucketRegion)
AmazonAmazon.S3.ModelPutBucketRequestWithBucketRegion(S3Region) Did this page help you?   Yes   No    Tell us about it...
Sets the BucketRegion property for this request. Default: S3Region.US
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public PutBucketRequest WithBucketRegion(
	S3Region bucketRegion
)
Parameters
bucketRegion (S3Region)
The region locality to use for the new bucket
Return Value
the request with the BucketRegion set
Remarks
When set, this will determine where your data will reside in S3. Refer S3Region for a list of possible values.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)